#include <descriptor.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kNameFieldNumber = 2, kIdentifierValueFieldNumber = 3, kStringValueFieldNumber = 7, kAggregateValueFieldNumber = 8, kPositiveIntValueFieldNumber = 4, kNegativeIntValueFieldNumber = 5, kDoubleValueFieldNumber = 6 } |
enum | : int { kNameFieldNumber = 2, kIdentifierValueFieldNumber = 3, kStringValueFieldNumber = 7, kAggregateValueFieldNumber = 8, kPositiveIntValueFieldNumber = 4, kNegativeIntValueFieldNumber = 5, kDoubleValueFieldNumber = 6 } |
typedef UninterpretedOption_NamePart | NamePart |
typedef UninterpretedOption_NamePart | NamePart |
Public Member Functions | |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart * | add_name () |
::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart * | add_name () |
const std::string & | aggregate_value () const |
const std::string & | aggregate_value () const |
size_t | ByteSizeLong () const final |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_aggregate_value () |
void | clear_aggregate_value () |
void | clear_double_value () |
void | clear_double_value () |
void | clear_identifier_value () |
void | clear_identifier_value () |
void | clear_name () |
void | clear_name () |
void | clear_negative_int_value () |
void | clear_negative_int_value () |
void | clear_positive_int_value () |
void | clear_positive_int_value () |
void | clear_string_value () |
void | clear_string_value () |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const UninterpretedOption &from) |
void | CopyFrom (const UninterpretedOption &from) |
double | double_value () const |
double | double_value () const |
inline ::PROTOBUF_NAMESPACE_ID::Arena * | GetArena () const final |
int | GetCachedSize () const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
void * | GetMaybeArenaPointer () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_aggregate_value () const |
bool | has_aggregate_value () const |
bool | has_double_value () const |
bool | has_double_value () const |
bool | has_identifier_value () const |
bool | has_identifier_value () const |
bool | has_negative_int_value () const |
bool | has_negative_int_value () const |
bool | has_positive_int_value () const |
bool | has_positive_int_value () const |
bool | has_string_value () const |
bool | has_string_value () const |
const std::string & | identifier_value () const |
const std::string & | identifier_value () const |
::PROTOBUF_NAMESPACE_ID::uint8 * | InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
bool | IsInitialized () const final |
bool | IsInitialized () const final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const UninterpretedOption &from) |
void | MergeFrom (const UninterpretedOption &from) |
std::string * | mutable_aggregate_value () |
std::string * | mutable_aggregate_value () |
std::string * | mutable_identifier_value () |
std::string * | mutable_identifier_value () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart > * | mutable_name () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart > * | mutable_name () |
PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart * | mutable_name (int index) |
::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart * | mutable_name (int index) |
std::string * | mutable_string_value () |
std::string * | mutable_string_value () |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart > & | name () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart > & | name () const |
const PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart & | name (int index) const |
const ::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart & | name (int index) const |
int | name_size () const |
int | name_size () const |
::PROTOBUF_NAMESPACE_ID::int64 | negative_int_value () const |
int64_t | negative_int_value () const |
UninterpretedOption * | New () const final |
UninterpretedOption * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
UninterpretedOption * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
UninterpretedOption & | operator= (const UninterpretedOption &from) |
UninterpretedOption & | operator= (const UninterpretedOption &from) |
UninterpretedOption & | operator= (UninterpretedOption &&from) noexcept |
UninterpretedOption & | operator= (UninterpretedOption &&from) noexcept |
::PROTOBUF_NAMESPACE_ID::uint64 | positive_int_value () const |
uint64_t | positive_int_value () const |
std::string * | release_aggregate_value () |
PROTOBUF_NODISCARD std::string * | release_aggregate_value () |
std::string * | release_identifier_value () |
PROTOBUF_NODISCARD std::string * | release_identifier_value () |
std::string * | release_string_value () |
PROTOBUF_NODISCARD std::string * | release_string_value () |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_aggregate_value (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_aggregate_value (ArgT0 &&arg0, ArgT... args) |
void | set_aggregate_value (const char *value) |
void | set_aggregate_value (const char *value, size_t size) |
void | set_aggregate_value (const std::string &value) |
void | set_aggregate_value (std::string &&value) |
void | set_allocated_aggregate_value (std::string *aggregate_value) |
void | set_allocated_aggregate_value (std::string *aggregate_value) |
void | set_allocated_identifier_value (std::string *identifier_value) |
void | set_allocated_identifier_value (std::string *identifier_value) |
void | set_allocated_string_value (std::string *string_value) |
void | set_allocated_string_value (std::string *string_value) |
void | set_double_value (double value) |
void | set_double_value (double value) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_identifier_value (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_identifier_value (ArgT0 &&arg0, ArgT... args) |
void | set_identifier_value (const char *value) |
void | set_identifier_value (const char *value, size_t size) |
void | set_identifier_value (const std::string &value) |
void | set_identifier_value (std::string &&value) |
void | set_negative_int_value (::PROTOBUF_NAMESPACE_ID::int64 value) |
void | set_negative_int_value (int64_t value) |
void | set_positive_int_value (::PROTOBUF_NAMESPACE_ID::uint64 value) |
void | set_positive_int_value (uint64_t value) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_string_value (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_string_value (ArgT0 &&arg0, ArgT... args) |
void | set_string_value (const char *value) |
void | set_string_value (const std::string &value) |
void | set_string_value (const void *value, size_t size) |
void | set_string_value (std::string &&value) |
const std::string & | string_value () const |
const std::string & | string_value () const |
void | Swap (UninterpretedOption *other) |
void | Swap (UninterpretedOption *other) |
UninterpretedOption () | |
UninterpretedOption () | |
constexpr | UninterpretedOption (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
UninterpretedOption (const UninterpretedOption &from) | |
UninterpretedOption (const UninterpretedOption &from) | |
UninterpretedOption (UninterpretedOption &&from) noexcept | |
UninterpretedOption (UninterpretedOption &&from) noexcept | |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
void | UnsafeArenaSwap (UninterpretedOption *other) |
void | UnsafeArenaSwap (UninterpretedOption *other) |
virtual | ~UninterpretedOption () |
~UninterpretedOption () override | |
Static Public Member Functions | |
static const UninterpretedOption & | default_instance () |
static const UninterpretedOption & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static void | InitAsDefaultInstance () |
static const UninterpretedOption * | internal_default_instance () |
static const UninterpretedOption * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
UninterpretedOption (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
UninterpretedOption (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Private Types | |
typedef void | DestructorSkippable_ |
typedef void | DestructorSkippable_ |
typedef void | InternalArenaConstructable_ |
typedef void | InternalArenaConstructable_ |
Static Private Member Functions | |
static void | ArenaDtor (void *object) |
static void | ArenaDtor (void *object) |
::PROTOBUF_NAMESPACE_ID::StringPiece | FullMessageName () |
::PROTOBUF_NAMESPACE_ID::StringPiece | FullMessageName () |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadataStatic () |
static void | MergeImpl (::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from) |
Private Attributes | |
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize | _cached_size_ |
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > | _has_bits_ |
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena | _internal_metadata_ |
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr | aggregate_value_ |
double | double_value_ |
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr | identifier_value_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart > | name_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart > | name_ |
::PROTOBUF_NAMESPACE_ID::int64 | negative_int_value_ |
int64_t | negative_int_value_ |
::PROTOBUF_NAMESPACE_ID::uint64 | positive_int_value_ |
uint64_t | positive_int_value_ |
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr | string_value_ |
Friends | |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
struct | ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto |
void | swap (UninterpretedOption &a, UninterpretedOption &b) |
void | swap (UninterpretedOption &a, UninterpretedOption &b) |
Definition at line 6089 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6383 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 7650 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6382 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 7649 of file protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 6219 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 7520 of file protobuf/src/google/protobuf/descriptor.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kNameFieldNumber | |
kIdentifierValueFieldNumber | |
kStringValueFieldNumber | |
kAggregateValueFieldNumber | |
kPositiveIntValueFieldNumber | |
kNegativeIntValueFieldNumber | |
kDoubleValueFieldNumber |
Definition at line 6223 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kNameFieldNumber | |
kIdentifierValueFieldNumber | |
kStringValueFieldNumber | |
kAggregateValueFieldNumber | |
kPositiveIntValueFieldNumber | |
kNegativeIntValueFieldNumber | |
kDoubleValueFieldNumber |
Definition at line 7524 of file protobuf/src/google/protobuf/descriptor.pb.h.
UninterpretedOption::UninterpretedOption | ( | ) |
Definition at line 9717 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
virtual |
Definition at line 9767 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
UninterpretedOption::UninterpretedOption | ( | const UninterpretedOption & | from | ) |
Definition at line 9730 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinenoexcept |
Definition at line 6096 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
explicitprotected |
Definition at line 9722 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inline |
Definition at line 7397 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
override |
|
explicitconstexpr |
Definition at line 375 of file protobuf/src/google/protobuf/descriptor.pb.cc.
UninterpretedOption::UninterpretedOption | ( | const UninterpretedOption & | from | ) |
|
inlinenoexcept |
Definition at line 7402 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
explicitprotected |
Definition at line 9493 of file protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlineprivate |
Definition at line 12949 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13256 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13123 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13233 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13112 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 12963 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13084 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13056 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13140 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 12986 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13283 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13013 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13190 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 12942 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 12924 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13095 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13067 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 13259 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 13130 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 12989 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 13102 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
Definition at line 13918 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
Definition at line 13074 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
Definition at line 13890 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
Definition at line 13166 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 13163 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
final |
Definition at line 9822 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
final |
Definition at line 9713 of file protobuf/src/google/protobuf/descriptor.pb.cc.
|
inline |
Definition at line 12952 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart* UninterpretedOption::add_name | ( | ) |
|
inline |
Definition at line 13244 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const std::string& UninterpretedOption::aggregate_value | ( | ) | const |
|
staticprivate |
Definition at line 9779 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
staticprivate |
|
final |
Definition at line 9976 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
final |
Definition at line 9794 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
inline |
Definition at line 13240 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::clear_aggregate_value | ( | ) |
|
inline |
Definition at line 13119 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::clear_double_value | ( | ) |
|
inline |
Definition at line 12970 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::clear_identifier_value | ( | ) |
|
inline |
Definition at line 12930 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::clear_name | ( | ) |
|
inline |
Definition at line 13091 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::clear_negative_int_value | ( | ) |
|
inline |
Definition at line 13063 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::clear_positive_int_value | ( | ) |
|
inline |
Definition at line 13147 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::clear_string_value | ( | ) |
|
final |
Definition at line 10090 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
void UninterpretedOption::CopyFrom | ( | const UninterpretedOption & | from | ) |
Definition at line 10097 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
void UninterpretedOption::CopyFrom | ( | const UninterpretedOption & | from | ) |
|
static |
Definition at line 9788 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestatic |
Definition at line 7441 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 6127 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 7432 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13126 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
double UninterpretedOption::double_value | ( | ) | const |
|
inlinestaticprivate |
Definition at line 6191 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestaticprivate |
Definition at line 7502 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 6121 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
Definition at line 6200 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 6183 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 7492 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 9841 of file protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestatic |
Definition at line 6130 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 7435 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 6124 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 10125 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
inlinestaticprivate |
Definition at line 6210 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 6133 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 7438 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13237 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
bool UninterpretedOption::has_aggregate_value | ( | ) | const |
|
inline |
Definition at line 13116 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
bool UninterpretedOption::has_double_value | ( | ) | const |
|
inline |
Definition at line 12967 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
bool UninterpretedOption::has_identifier_value | ( | ) | const |
|
inline |
Definition at line 13088 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
bool UninterpretedOption::has_negative_int_value | ( | ) | const |
|
inline |
Definition at line 13060 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
bool UninterpretedOption::has_positive_int_value | ( | ) | const |
|
inline |
Definition at line 13144 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
bool UninterpretedOption::has_string_value | ( | ) | const |
|
inline |
Definition at line 12974 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const std::string& UninterpretedOption::identifier_value | ( | ) | const |
|
static |
Definition at line 9692 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestatic |
Definition at line 6139 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 7444 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 9909 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
Definition at line 10109 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
|
final |
Definition at line 10104 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
inlineprivate |
Definition at line 6203 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 10043 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
void UninterpretedOption::MergeFrom | ( | const UninterpretedOption & | from | ) |
Definition at line 10058 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
void UninterpretedOption::MergeFrom | ( | const UninterpretedOption & | from | ) |
|
staticprivate |
Definition at line 9843 of file protobuf/src/google/protobuf/descriptor.pb.cc.
|
inline |
Definition at line 13252 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
std::string* UninterpretedOption::mutable_aggregate_value | ( | ) |
|
inline |
Definition at line 12982 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
std::string* UninterpretedOption::mutable_identifier_value | ( | ) |
|
inline |
Definition at line 12938 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart >* UninterpretedOption::mutable_name | ( | ) |
|
inline |
Definition at line 12933 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart* UninterpretedOption::mutable_name | ( | int | index | ) |
|
inline |
Definition at line 13159 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
std::string* UninterpretedOption::mutable_string_value | ( | ) |
|
inline |
Definition at line 6117 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 7428 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 12957 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart >& UninterpretedOption::name | ( | ) | const |
|
inline |
Definition at line 12945 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart& UninterpretedOption::name | ( | int | index | ) | const |
|
inline |
Definition at line 12927 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
int UninterpretedOption::name_size | ( | ) | const |
|
inline |
Definition at line 13098 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
int64_t UninterpretedOption::negative_int_value | ( | ) | const |
|
inlinefinal |
Definition at line 6165 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 6169 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 7475 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 6101 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 7407 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinenoexcept |
Definition at line 6105 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinenoexcept |
Definition at line 7411 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13070 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
uint64_t UninterpretedOption::positive_int_value | ( | ) | const |
|
inlineprivate |
Definition at line 9783 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlineprivate |
|
inline |
Definition at line 13287 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
PROTOBUF_NODISCARD std::string* UninterpretedOption::release_aggregate_value | ( | ) |
|
inline |
Definition at line 13017 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
PROTOBUF_NODISCARD std::string* UninterpretedOption::release_identifier_value | ( | ) |
|
inline |
Definition at line 13194 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
PROTOBUF_NODISCARD std::string* UninterpretedOption::release_string_value | ( | ) |
void UninterpretedOption::set_aggregate_value | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 14042 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13269 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13276 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13248 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13263 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13295 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::set_allocated_aggregate_value | ( | std::string * | aggregate_value | ) |
|
inline |
Definition at line 13025 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::set_allocated_identifier_value | ( | std::string * | identifier_value | ) |
|
inline |
Definition at line 13202 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::set_allocated_string_value | ( | std::string * | string_value | ) |
|
inline |
Definition at line 13134 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::set_double_value | ( | double | value | ) |
void UninterpretedOption::set_identifier_value | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 13820 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 12999 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13006 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 12978 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 12993 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13106 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13922 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13078 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13894 of file protobuf/src/google/protobuf/descriptor.pb.h.
void UninterpretedOption::set_string_value | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 13973 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13176 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13155 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13183 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 13170 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
finalprivate |
Definition at line 9785 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
finalprivate |
|
inlineprivate |
Definition at line 9757 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
|
inlineprivate |
Definition at line 9772 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
|
inline |
Definition at line 13151 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const std::string& UninterpretedOption::string_value | ( | ) | const |
|
inline |
Definition at line 6149 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 7454 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 6114 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 7425 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 6157 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 7467 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 6381 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 6190 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 6393 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 6146 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 7451 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
mutableprivate |
Definition at line 6385 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
static |
Definition at line 7513 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6384 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6378 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6389 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6392 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6387 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
staticconstexpr |
Definition at line 6143 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6386 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 7653 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6391 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 7658 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6390 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 7657 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 6388 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.