Go to the source code of this file.
Classes | |
struct | Descriptor |
struct | TypeInfo |
Typedefs | |
typedef struct Descriptor | Descriptor |
Functions | |
void | Def_ModuleInit () |
Descriptor * | Descriptor_GetFromClassEntry (zend_class_entry *ce) |
Descriptor * | Descriptor_GetFromFieldDef (const upb_fielddef *f) |
Descriptor * | Descriptor_GetFromMessageDef (const upb_msgdef *m) |
void | DescriptorPool_AddDescriptor (const char *filename, const char *data, int size) |
void | DescriptorPool_CreateWithSymbolTable (zval *zv, upb_symtab *symtab) |
upb_symtab * | DescriptorPool_GetSymbolTable () |
bool | DescriptorPool_HasFile (const char *filename) |
static bool | TypeInfo_Eq (TypeInfo a, TypeInfo b) |
static TypeInfo | TypeInfo_FromType (upb_fieldtype_t type) |
static TypeInfo | TypeInfo_Get (const upb_fielddef *f) |
typedef struct Descriptor Descriptor |
Definition at line 836 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor.h.
void Def_ModuleInit | ( | ) |
Definition at line 1051 of file protobuf/php/ext/google/protobuf/def.c.
Descriptor* Descriptor_GetFromClassEntry | ( | zend_class_entry * | ce | ) |
Definition at line 578 of file protobuf/php/ext/google/protobuf/def.c.
Descriptor* Descriptor_GetFromFieldDef | ( | const upb_fielddef * | f | ) |
Definition at line 590 of file protobuf/php/ext/google/protobuf/def.c.
Descriptor* Descriptor_GetFromMessageDef | ( | const upb_msgdef * | m | ) |
Definition at line 584 of file protobuf/php/ext/google/protobuf/def.c.
Definition at line 954 of file protobuf/php/ext/google/protobuf/def.c.
void DescriptorPool_CreateWithSymbolTable | ( | zval * | zv, |
upb_symtab * | symtab | ||
) |
Definition at line 746 of file protobuf/php/ext/google/protobuf/def.c.
upb_symtab* DescriptorPool_GetSymbolTable | ( | ) |
Definition at line 755 of file protobuf/php/ext/google/protobuf/def.c.
Definition at line 949 of file protobuf/php/ext/google/protobuf/def.c.
Definition at line 84 of file protobuf/php/ext/google/protobuf/def.h.
|
inlinestatic |
Definition at line 79 of file protobuf/php/ext/google/protobuf/def.h.
|
inlinestatic |
Definition at line 74 of file protobuf/php/ext/google/protobuf/def.h.