Classes | |
struct | Package |
struct | QueryKey |
Public Types | |
enum | Type { NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, SERVICE, METHOD, PACKAGE, NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, ENUM_VALUE_OTHER_PARENT, SERVICE, METHOD, PACKAGE, QUERY_KEY } |
enum | Type { NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, SERVICE, METHOD, PACKAGE, NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, ENUM_VALUE_OTHER_PARENT, SERVICE, METHOD, PACKAGE, QUERY_KEY } |
Public Member Functions | |
DEFINE_MEMBERS (QueryKey, QUERY_KEY, query_key) | |
const EnumValueDescriptor * | enum_value_descriptor () const |
StringPiece | full_name () const |
const FileDescriptor * | GetFile () const |
const FileDescriptor * | GetFile () const |
bool | IsAggregate () const |
bool | IsAggregate () const |
bool | IsNull () const |
bool | IsNull () const |
bool | IsType () const |
bool | IsType () const |
std::pair< const void *, StringPiece > | parent_name_key () const |
std::pair< const void *, int > | parent_number_key () const |
Symbol () | |
Symbol () | |
Type | type () const |
Static Public Member Functions | |
static Symbol | EnumValue (EnumValueDescriptor *value, int n) |
Private Attributes | |
const internal::SymbolBase * | ptr_ |
Definition at line 77 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
Enumerator | |
---|---|
NULL_SYMBOL | |
MESSAGE | |
FIELD | |
ONEOF | |
ENUM | |
ENUM_VALUE | |
SERVICE | |
METHOD | |
PACKAGE | |
NULL_SYMBOL | |
MESSAGE | |
FIELD | |
ONEOF | |
ENUM | |
ENUM_VALUE | |
ENUM_VALUE_OTHER_PARENT | |
SERVICE | |
METHOD | |
PACKAGE | |
QUERY_KEY |
Definition at line 78 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
Enumerator | |
---|---|
NULL_SYMBOL | |
MESSAGE | |
FIELD | |
ONEOF | |
ENUM | |
ENUM_VALUE | |
SERVICE | |
METHOD | |
PACKAGE | |
NULL_SYMBOL | |
MESSAGE | |
FIELD | |
ONEOF | |
ENUM | |
ENUM_VALUE | |
ENUM_VALUE_OTHER_PARENT | |
SERVICE | |
METHOD | |
PACKAGE | |
QUERY_KEY |
Definition at line 82 of file protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 101 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 96 of file protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 143 of file protobuf/src/google/protobuf/descriptor.cc.
|
inlinestatic |
Definition at line 129 of file protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 198 of file protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 125 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 175 of file protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 104 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 170 of file protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 102 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 168 of file protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 103 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 169 of file protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 224 of file protobuf/src/google/protobuf/descriptor.cc.
Definition at line 259 of file protobuf/src/google/protobuf/descriptor.cc.
|
inline |
Definition at line 164 of file protobuf/src/google/protobuf/descriptor.cc.
union { ... } |
const Descriptor* google::protobuf::Symbol::descriptor |
Definition at line 91 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
const EnumDescriptor* google::protobuf::Symbol::enum_descriptor |
Definition at line 94 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
const EnumValueDescriptor* google::protobuf::Symbol::enum_value_descriptor |
Definition at line 95 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
const FieldDescriptor* google::protobuf::Symbol::field_descriptor |
Definition at line 92 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
const MethodDescriptor* google::protobuf::Symbol::method_descriptor |
Definition at line 97 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
const OneofDescriptor* google::protobuf::Symbol::oneof_descriptor |
Definition at line 93 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
const FileDescriptor* google::protobuf::Symbol::package_file_descriptor |
Definition at line 98 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
|
private |
Definition at line 276 of file protobuf/src/google/protobuf/descriptor.cc.
const ServiceDescriptor* google::protobuf::Symbol::service_descriptor |
Definition at line 96 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.
Type google::protobuf::Symbol::type |
Definition at line 89 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.cc.