#include <descriptor.pb.h>
Public Types | |
enum | : int { kFieldFieldNumber = 2, kNestedTypeFieldNumber = 3, kEnumTypeFieldNumber = 4, kExtensionRangeFieldNumber = 5, kExtensionFieldNumber = 6, kOneofDeclFieldNumber = 8, kReservedRangeFieldNumber = 9, kReservedNameFieldNumber = 10, kNameFieldNumber = 1, kOptionsFieldNumber = 7 } |
enum | : int { kFieldFieldNumber = 2, kNestedTypeFieldNumber = 3, kEnumTypeFieldNumber = 4, kExtensionRangeFieldNumber = 5, kExtensionFieldNumber = 6, kOneofDeclFieldNumber = 8, kReservedRangeFieldNumber = 9, kReservedNameFieldNumber = 10, kNameFieldNumber = 1, kOptionsFieldNumber = 7 } |
typedef DescriptorProto_ExtensionRange | ExtensionRange |
typedef DescriptorProto_ExtensionRange | ExtensionRange |
typedef DescriptorProto_ReservedRange | ReservedRange |
typedef DescriptorProto_ReservedRange | ReservedRange |
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::EnumDescriptorProto * | add_enum_type () |
PROTOBUF_NAMESPACE_ID::EnumDescriptorProto * | add_enum_type () |
::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * | add_extension () |
PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * | add_extension () |
::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange * | add_extension_range () |
PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange * | add_extension_range () |
::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * | add_field () |
PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * | add_field () |
::PROTOBUF_NAMESPACE_ID::DescriptorProto * | add_nested_type () |
PROTOBUF_NAMESPACE_ID::DescriptorProto * | add_nested_type () |
::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto * | add_oneof_decl () |
PROTOBUF_NAMESPACE_ID::OneofDescriptorProto * | add_oneof_decl () |
std::string * | add_reserved_name () |
std::string * | add_reserved_name () |
void | add_reserved_name (const char *value) |
void | add_reserved_name (const char *value) |
void | add_reserved_name (const char *value, size_t size) |
void | add_reserved_name (const char *value, size_t size) |
void | add_reserved_name (const std::string &value) |
void | add_reserved_name (const std::string &value) |
void | add_reserved_name (std::string &&value) |
void | add_reserved_name (std::string &&value) |
::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange * | add_reserved_range () |
PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange * | add_reserved_range () |
size_t | ByteSizeLong () const final |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_enum_type () |
void | clear_enum_type () |
void | clear_extension () |
void | clear_extension () |
void | clear_extension_range () |
void | clear_extension_range () |
void | clear_field () |
void | clear_field () |
void | clear_name () |
void | clear_name () |
void | clear_nested_type () |
void | clear_nested_type () |
void | clear_oneof_decl () |
void | clear_oneof_decl () |
void | clear_options () |
void | clear_options () |
void | clear_reserved_name () |
void | clear_reserved_name () |
void | clear_reserved_range () |
void | clear_reserved_range () |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const DescriptorProto &from) |
void | CopyFrom (const DescriptorProto &from) |
DescriptorProto () | |
DescriptorProto () | |
constexpr | DescriptorProto (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
DescriptorProto (const DescriptorProto &from) | |
DescriptorProto (const DescriptorProto &from) | |
DescriptorProto (DescriptorProto &&from) noexcept | |
DescriptorProto (DescriptorProto &&from) noexcept | |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > & | enum_type () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > & | enum_type () const |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptorProto & | enum_type (int index) const |
const PROTOBUF_NAMESPACE_ID::EnumDescriptorProto & | enum_type (int index) const |
int | enum_type_size () const |
int | enum_type_size () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > & | extension () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > & | extension () const |
const ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto & | extension (int index) const |
const PROTOBUF_NAMESPACE_ID::FieldDescriptorProto & | extension (int index) const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > & | extension_range () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > & | extension_range () const |
const ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange & | extension_range (int index) const |
const PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange & | extension_range (int index) const |
int | extension_range_size () const |
int | extension_range_size () const |
int | extension_size () const |
int | extension_size () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > & | field () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > & | field () const |
const ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto & | field (int index) const |
const PROTOBUF_NAMESPACE_ID::FieldDescriptorProto & | field (int index) const |
int | field_size () const |
int | field_size () 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_name () const |
bool | has_name () const |
bool | has_options () const |
bool | has_options () 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 DescriptorProto &from) |
void | MergeFrom (const DescriptorProto &from) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > * | mutable_enum_type () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > * | mutable_enum_type () |
::PROTOBUF_NAMESPACE_ID::EnumDescriptorProto * | mutable_enum_type (int index) |
PROTOBUF_NAMESPACE_ID::EnumDescriptorProto * | mutable_enum_type (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > * | mutable_extension () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > * | mutable_extension () |
::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * | mutable_extension (int index) |
PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * | mutable_extension (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > * | mutable_extension_range () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > * | mutable_extension_range () |
::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange * | mutable_extension_range (int index) |
PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange * | mutable_extension_range (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > * | mutable_field () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > * | mutable_field () |
::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * | mutable_field (int index) |
PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * | mutable_field (int index) |
std::string * | mutable_name () |
std::string * | mutable_name () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto > * | mutable_nested_type () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto > * | mutable_nested_type () |
::PROTOBUF_NAMESPACE_ID::DescriptorProto * | mutable_nested_type (int index) |
PROTOBUF_NAMESPACE_ID::DescriptorProto * | mutable_nested_type (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > * | mutable_oneof_decl () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > * | mutable_oneof_decl () |
::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto * | mutable_oneof_decl (int index) |
PROTOBUF_NAMESPACE_ID::OneofDescriptorProto * | mutable_oneof_decl (int index) |
::PROTOBUF_NAMESPACE_ID::MessageOptions * | mutable_options () |
PROTOBUF_NAMESPACE_ID::MessageOptions * | mutable_options () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_reserved_name () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_reserved_name () |
std::string * | mutable_reserved_name (int index) |
std::string * | mutable_reserved_name (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > * | mutable_reserved_range () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > * | mutable_reserved_range () |
::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange * | mutable_reserved_range (int index) |
PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange * | mutable_reserved_range (int index) |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
const std::string & | name () const |
const std::string & | name () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto > & | nested_type () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto > & | nested_type () const |
const ::PROTOBUF_NAMESPACE_ID::DescriptorProto & | nested_type (int index) const |
const PROTOBUF_NAMESPACE_ID::DescriptorProto & | nested_type (int index) const |
int | nested_type_size () const |
int | nested_type_size () const |
DescriptorProto * | New () const final |
DescriptorProto * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
DescriptorProto * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > & | oneof_decl () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > & | oneof_decl () const |
const ::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto & | oneof_decl (int index) const |
const PROTOBUF_NAMESPACE_ID::OneofDescriptorProto & | oneof_decl (int index) const |
int | oneof_decl_size () const |
int | oneof_decl_size () const |
DescriptorProto & | operator= (const DescriptorProto &from) |
DescriptorProto & | operator= (const DescriptorProto &from) |
DescriptorProto & | operator= (DescriptorProto &&from) noexcept |
DescriptorProto & | operator= (DescriptorProto &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::MessageOptions & | options () const |
const PROTOBUF_NAMESPACE_ID::MessageOptions & | options () const |
PROTOBUF_NODISCARD std::string * | release_name () |
std::string * | release_name () |
PROTOBUF_NODISCARD ::PROTOBUF_NAMESPACE_ID::MessageOptions * | release_options () |
PROTOBUF_NAMESPACE_ID::MessageOptions * | release_options () |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | reserved_name () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | reserved_name () const |
const std::string & | reserved_name (int index) const |
const std::string & | reserved_name (int index) const |
int | reserved_name_size () const |
int | reserved_name_size () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > & | reserved_range () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > & | reserved_range () const |
const ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange & | reserved_range (int index) const |
const PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange & | reserved_range (int index) const |
int | reserved_range_size () const |
int | reserved_range_size () const |
void | set_allocated_name (std::string *name) |
void | set_allocated_name (std::string *name) |
void | set_allocated_options (::PROTOBUF_NAMESPACE_ID::MessageOptions *options) |
void | set_allocated_options (PROTOBUF_NAMESPACE_ID::MessageOptions *options) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_name (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_name (ArgT0 &&arg0, ArgT... args) |
void | set_name (const char *value) |
void | set_name (const char *value, size_t size) |
void | set_name (const std::string &value) |
void | set_name (std::string &&value) |
void | set_reserved_name (int index, const char *value) |
void | set_reserved_name (int index, const char *value) |
void | set_reserved_name (int index, const char *value, size_t size) |
void | set_reserved_name (int index, const char *value, size_t size) |
void | set_reserved_name (int index, const std::string &value) |
void | set_reserved_name (int index, const std::string &value) |
void | set_reserved_name (int index, std::string &&value) |
void | set_reserved_name (int index, std::string &&value) |
void | Swap (DescriptorProto *other) |
void | Swap (DescriptorProto *other) |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
::PROTOBUF_NAMESPACE_ID::MessageOptions * | unsafe_arena_release_options () |
PROTOBUF_NAMESPACE_ID::MessageOptions * | unsafe_arena_release_options () |
void | unsafe_arena_set_allocated_options (::PROTOBUF_NAMESPACE_ID::MessageOptions *options) |
void | unsafe_arena_set_allocated_options (PROTOBUF_NAMESPACE_ID::MessageOptions *options) |
void | UnsafeArenaSwap (DescriptorProto *other) |
void | UnsafeArenaSwap (DescriptorProto *other) |
virtual | ~DescriptorProto () |
~DescriptorProto () override | |
Static Public Member Functions | |
static const DescriptorProto & | default_instance () |
static const DescriptorProto & | 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 DescriptorProto * | internal_default_instance () |
static const DescriptorProto * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
DescriptorProto (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
DescriptorProto (::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::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > | enum_type_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > | enum_type_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > | extension_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > | extension_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > | extension_range_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > | extension_range_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > | field_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > | field_ |
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr | name_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto > | nested_type_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto > | nested_type_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > | oneof_decl_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > | oneof_decl_ |
::PROTOBUF_NAMESPACE_ID::MessageOptions * | options_ |
PROTOBUF_NAMESPACE_ID::MessageOptions * | options_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > | reserved_name_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > | reserved_range_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > | reserved_range_ |
Friends | |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
struct | ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto |
void | swap (DescriptorProto &a, DescriptorProto &b) |
void | swap (DescriptorProto &a, DescriptorProto &b) |
Definition at line 1312 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1592 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1663 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 1383 of file protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 1442 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1591 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1662 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 1384 of file protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 1443 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
anonymous enum : int |
Definition at line 1447 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
anonymous enum : int |
Definition at line 1388 of file protobuf/src/google/protobuf/descriptor.pb.h.
DescriptorProto::DescriptorProto | ( | ) |
Definition at line 2879 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
virtual |
Definition at line 2931 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
DescriptorProto::DescriptorProto | ( | const DescriptorProto & | from | ) |
Definition at line 2899 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinenoexcept |
Definition at line 1319 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
explicitprotected |
Definition at line 2884 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inline |
Definition at line 1260 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
override |
|
explicitconstexpr |
Definition at line 82 of file protobuf/src/google/protobuf/descriptor.pb.cc.
DescriptorProto::DescriptorProto | ( | const DescriptorProto & | from | ) |
|
inlinenoexcept |
Definition at line 1265 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
explicitprotected |
Definition at line 2679 of file protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
|
inlineprivate |
Definition at line 8476 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8398 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8515 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8359 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8437 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8554 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8717 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8661 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8469 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8451 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8391 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8508 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8490 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8373 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8352 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8334 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8241 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8568 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8291 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8603 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8264 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8430 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8412 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8547 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8529 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8580 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 8688 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8675 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8654 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
|
inlineprivate |
Definition at line 8636 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 8267 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
|
final |
Definition at line 2985 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
Definition at line 2942 of file protobuf/src/google/protobuf/descriptor.pb.cc.
::PROTOBUF_NAMESPACE_ID::EnumDescriptorProto* DescriptorProto::add_enum_type | ( | ) |
|
inline |
Definition at line 8479 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* DescriptorProto::add_extension | ( | ) |
|
inline |
Definition at line 8401 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange* DescriptorProto::add_extension_range | ( | ) |
|
inline |
Definition at line 8518 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* DescriptorProto::add_field | ( | ) |
|
inline |
Definition at line 8362 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::DescriptorProto* DescriptorProto::add_nested_type | ( | ) |
|
inline |
Definition at line 8440 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* DescriptorProto::add_oneof_decl | ( | ) |
|
inline |
Definition at line 8557 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
std::string* DescriptorProto::add_reserved_name | ( | ) |
|
inline |
Definition at line 8684 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::add_reserved_name | ( | const char * | value | ) |
|
inline |
Definition at line 8728 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::add_reserved_name | ( | const char * | value, |
size_t | size | ||
) |
|
inline |
Definition at line 8733 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::add_reserved_name | ( | const std::string & | value | ) |
|
inline |
Definition at line 8720 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::add_reserved_name | ( | std::string && | value | ) |
|
inline |
Definition at line 8724 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange* DescriptorProto::add_reserved_range | ( | ) |
|
inline |
Definition at line 8664 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
staticprivate |
|
staticprivate |
Definition at line 2942 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
final |
Definition at line 3224 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
final |
Definition at line 2957 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
void DescriptorProto::clear_enum_type | ( | ) |
|
inline |
Definition at line 8457 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::clear_extension | ( | ) |
|
inline |
Definition at line 8379 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::clear_extension_range | ( | ) |
|
inline |
Definition at line 8496 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::clear_field | ( | ) |
|
inline |
Definition at line 8340 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::clear_name | ( | ) |
|
inline |
Definition at line 8248 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::clear_nested_type | ( | ) |
|
inline |
Definition at line 8418 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::clear_oneof_decl | ( | ) |
|
inline |
Definition at line 8535 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::clear_options | ( | ) |
|
inline |
Definition at line 8576 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::clear_reserved_name | ( | ) |
|
inline |
Definition at line 8681 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::clear_reserved_range | ( | ) |
|
inline |
Definition at line 8642 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 3356 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
void DescriptorProto::CopyFrom | ( | const DescriptorProto & | from | ) |
void DescriptorProto::CopyFrom | ( | const DescriptorProto & | from | ) |
Definition at line 3363 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestatic |
Definition at line 1304 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
static |
Definition at line 2951 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestatic |
Definition at line 1295 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 1350 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumDescriptorProto >& DescriptorProto::enum_type | ( | ) | const |
|
inline |
Definition at line 8484 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 8472 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
int DescriptorProto::enum_type_size | ( | ) | const |
|
inline |
Definition at line 8454 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto >& DescriptorProto::extension | ( | ) | const |
|
inline |
Definition at line 8406 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 8394 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange >& DescriptorProto::extension_range | ( | ) | const |
|
inline |
Definition at line 8523 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange& DescriptorProto::extension_range | ( | int | index | ) | const |
|
inline |
Definition at line 8511 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
int DescriptorProto::extension_range_size | ( | ) | const |
|
inline |
Definition at line 8493 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
int DescriptorProto::extension_size | ( | ) | const |
|
inline |
Definition at line 8376 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto >& DescriptorProto::field | ( | ) | const |
|
inline |
Definition at line 8367 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 8355 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
int DescriptorProto::field_size | ( | ) | const |
|
inline |
Definition at line 8337 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestaticprivate |
Definition at line 1365 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestaticprivate |
Definition at line 1414 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 1344 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
Definition at line 1423 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 1355 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 1406 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 3130 of file protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestatic |
Definition at line 1298 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 1353 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 1347 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
|
final |
Definition at line 3400 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestaticprivate |
Definition at line 1433 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 1301 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 1356 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
bool DescriptorProto::has_name | ( | ) | const |
|
inline |
Definition at line 8245 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
bool DescriptorProto::has_options | ( | ) | const |
|
inline |
Definition at line 8573 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
static |
Definition at line 2846 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlinestatic |
Definition at line 1307 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinestatic |
Definition at line 1362 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 3125 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
|
private |
Definition at line 3383 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
final |
|
final |
Definition at line 3370 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inlineprivate |
Definition at line 1426 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
final |
Definition at line 3315 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
void DescriptorProto::MergeFrom | ( | const DescriptorProto & | from | ) |
void DescriptorProto::MergeFrom | ( | const DescriptorProto & | from | ) |
Definition at line 3330 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
staticprivate |
Definition at line 3132 of file protobuf/src/google/protobuf/descriptor.pb.cc.
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumDescriptorProto >* DescriptorProto::mutable_enum_type | ( | ) |
|
inline |
Definition at line 8465 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::EnumDescriptorProto* DescriptorProto::mutable_enum_type | ( | int | index | ) |
|
inline |
Definition at line 8460 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto >* DescriptorProto::mutable_extension | ( | ) |
|
inline |
Definition at line 8387 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* DescriptorProto::mutable_extension | ( | int | index | ) |
|
inline |
Definition at line 8382 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange >* DescriptorProto::mutable_extension_range | ( | ) |
|
inline |
Definition at line 8504 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange* DescriptorProto::mutable_extension_range | ( | int | index | ) |
|
inline |
Definition at line 8499 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto >* DescriptorProto::mutable_field | ( | ) |
|
inline |
Definition at line 8348 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* DescriptorProto::mutable_field | ( | int | index | ) |
|
inline |
Definition at line 8343 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
std::string* DescriptorProto::mutable_name | ( | ) |
|
inline |
Definition at line 8260 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto >* DescriptorProto::mutable_nested_type | ( | ) |
|
inline |
Definition at line 8426 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::DescriptorProto* DescriptorProto::mutable_nested_type | ( | int | index | ) |
|
inline |
Definition at line 8421 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto >* DescriptorProto::mutable_oneof_decl | ( | ) |
|
inline |
Definition at line 8543 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* DescriptorProto::mutable_oneof_decl | ( | int | index | ) |
|
inline |
Definition at line 8538 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::MessageOptions* DescriptorProto::mutable_options | ( | ) |
|
inline |
Definition at line 8611 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* DescriptorProto::mutable_reserved_name | ( | ) |
|
inline |
Definition at line 8743 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
std::string* DescriptorProto::mutable_reserved_name | ( | int | index | ) |
|
inline |
Definition at line 8695 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange >* DescriptorProto::mutable_reserved_range | ( | ) |
|
inline |
Definition at line 8650 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange* DescriptorProto::mutable_reserved_range | ( | int | index | ) |
|
inline |
Definition at line 8645 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 1291 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 1340 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const std::string& DescriptorProto::name | ( | ) | const |
|
inline |
Definition at line 8252 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto >& DescriptorProto::nested_type | ( | ) | const |
|
inline |
Definition at line 8445 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 8433 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
int DescriptorProto::nested_type_size | ( | ) | const |
|
inline |
Definition at line 8415 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 1388 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 1392 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinefinal |
Definition at line 1338 of file protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::OneofDescriptorProto >& DescriptorProto::oneof_decl | ( | ) | const |
|
inline |
Definition at line 8562 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 8550 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
int DescriptorProto::oneof_decl_size | ( | ) | const |
|
inline |
Definition at line 8532 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 1270 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 1324 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinenoexcept |
Definition at line 1274 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inlinenoexcept |
Definition at line 1328 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::MessageOptions& DescriptorProto::options | ( | ) | const |
|
inline |
Definition at line 8585 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 2946 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
PROTOBUF_NODISCARD std::string* DescriptorProto::release_name | ( | ) |
|
inline |
Definition at line 8295 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
PROTOBUF_NODISCARD ::PROTOBUF_NAMESPACE_ID::MessageOptions* DescriptorProto::release_options | ( | ) |
|
inline |
Definition at line 8589 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& DescriptorProto::reserved_name | ( | ) | const |
|
inline |
Definition at line 8738 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 8691 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
int DescriptorProto::reserved_name_size | ( | ) | const |
|
inline |
Definition at line 8678 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange >& DescriptorProto::reserved_range | ( | ) | const |
|
inline |
Definition at line 8669 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
const ::PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange& DescriptorProto::reserved_range | ( | int | index | ) | const |
|
inline |
Definition at line 8657 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
int DescriptorProto::reserved_range_size | ( | ) | const |
|
inline |
Definition at line 8639 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::set_allocated_name | ( | std::string * | name | ) |
|
inline |
Definition at line 8303 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 9831 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 8615 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::set_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 9470 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 8277 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 8284 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 8256 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 8271 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 8707 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 8712 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
Definition at line 8699 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::set_reserved_name | ( | int | index, |
std::string && | value | ||
) |
|
inline |
Definition at line 8703 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
finalprivate |
|
finalprivate |
Definition at line 2948 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
|
inlineprivate |
Definition at line 2925 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
private |
|
inlineprivate |
Definition at line 2936 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inline |
Definition at line 1317 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 1372 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 1288 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 1337 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
::PROTOBUF_NAMESPACE_ID::MessageOptions* DescriptorProto::unsafe_arena_release_options | ( | ) |
|
inline |
Definition at line 8596 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 9783 of file protobuf/src/google/protobuf/descriptor.pb.h.
void DescriptorProto::unsafe_arena_set_allocated_options | ( | PROTOBUF_NAMESPACE_ID::MessageOptions * | options | ) |
Definition at line 2866 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.cc.
|
inline |
Definition at line 1330 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
inline |
Definition at line 1380 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 1661 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 1413 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 1676 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 1314 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
friend |
Definition at line 1369 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
mutableprivate |
Definition at line 1665 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
static |
Definition at line 1376 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1664 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1658 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1597 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1668 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1599 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1670 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1598 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1669 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1595 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1666 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
staticconstexpr |
Definition at line 1366 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1674 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1596 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1667 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1600 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1671 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1604 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1675 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1673 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1601 of file protobuf/src/google/protobuf/descriptor.pb.h.
|
private |
Definition at line 1672 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.pb.h.