#include <extension_set.h>
Classes | |
struct | EnumValidityCheck |
struct | MessageInfo |
Public Member Functions | |
ExtensionInfo () | |
constexpr | ExtensionInfo () |
constexpr | ExtensionInfo (const MessageLite *extendee, int param_number, FieldType type_param, bool isrepeated, bool ispacked) |
ExtensionInfo (FieldType type_param, bool isrepeated, bool ispacked) | |
Public Attributes | |
union { | |
EnumValidityCheck enum_validity_check | |
MessageInfo message_info | |
}; | |
union { | |
EnumValidityCheck enum_validity_check | |
MessageInfo message_info | |
}; | |
const FieldDescriptor * | descriptor = nullptr |
bool | is_packed = false |
bool | is_repeated = false |
const MessageLite * | message = nullptr |
int | number = 0 |
FieldType | type = 0 |
Definition at line 101 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
|
inline |
Definition at line 102 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
|
inline |
Definition at line 103 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
|
inlineconstexpr |
Definition at line 104 of file protobuf/src/google/protobuf/extension_set.h.
|
inlineconstexpr |
Definition at line 105 of file protobuf/src/google/protobuf/extension_set.h.
union { ... } |
union { ... } |
const FieldDescriptor * google::protobuf.internal::ExtensionInfo::descriptor = nullptr |
Definition at line 130 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
EnumValidityCheck google::protobuf.internal::ExtensionInfo::enum_validity_check |
Definition at line 123 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
Definition at line 111 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
Definition at line 110 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
const MessageLite* google::protobuf.internal::ExtensionInfo::message = nullptr |
Definition at line 114 of file protobuf/src/google/protobuf/extension_set.h.
MessageInfo google::protobuf.internal::ExtensionInfo::message_info |
Definition at line 124 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.
int google::protobuf.internal::ExtensionInfo::number = 0 |
Definition at line 115 of file protobuf/src/google/protobuf/extension_set.h.
FieldType google::protobuf.internal::ExtensionInfo::type = 0 |
Definition at line 109 of file bloaty/third_party/protobuf/src/google/protobuf/extension_set.h.