Go to the source code of this file.
Variables | |
static HashTable * | ce_to_php_obj_map |
bool | is_inited_file_any |
bool | is_inited_file_api |
bool | is_inited_file_duration |
bool | is_inited_file_empty |
bool | is_inited_file_field_mask |
bool | is_inited_file_source_context |
bool | is_inited_file_struct |
bool | is_inited_file_timestamp |
bool | is_inited_file_type |
bool | is_inited_file_wrappers |
const char *const | kReservedNames [] |
const int | kReservedNamesSize = 73 |
static HashTable * | proto_to_php_obj_map |
static const zend_module_dep | protobuf_deps [] |
zend_function_entry | protobuf_functions [] |
zend_module_entry | protobuf_module_entry |
static HashTable * | reserved_names |
static HashTable * | upb_def_to_php_obj_map |
void add_ce_obj | ( | const void * | ce, |
PHP_PROTO_HASHTABLE_VALUE | value | ||
) |
Definition at line 116 of file php/ext/google/protobuf/protobuf.c.
void add_def_obj | ( | const void * | def, |
PHP_PROTO_HASHTABLE_VALUE | value | ||
) |
Definition at line 103 of file php/ext/google/protobuf/protobuf.c.
void add_proto_obj | ( | const char * | proto, |
PHP_PROTO_HASHTABLE_VALUE | value | ||
) |
Definition at line 133 of file php/ext/google/protobuf/protobuf.c.
Definition at line 81 of file php/ext/google/protobuf/protobuf.c.
Definition at line 87 of file php/ext/google/protobuf/protobuf.c.
Definition at line 58 of file php/ext/google/protobuf/protobuf.c.
bool class_added | ( | const void * | ce | ) |
Definition at line 129 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 75 of file php/ext/google/protobuf/protobuf.c.
PHP_PROTO_HASHTABLE_VALUE get_ce_obj | ( | const void * | ce | ) |
Definition at line 125 of file php/ext/google/protobuf/protobuf.c.
PHP_PROTO_HASHTABLE_VALUE get_def_obj | ( | const void * | def | ) |
Definition at line 112 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 94 of file php/ext/google/protobuf/protobuf.c.
Definition at line 66 of file php/ext/google/protobuf/protobuf.c.
PHP_PROTO_HASHTABLE_VALUE get_proto_obj | ( | const char * | proto | ) |
Definition at line 142 of file php/ext/google/protobuf/protobuf.c.
bool is_reserved_name | ( | const char * | name | ) |
Definition at line 186 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 228 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 231 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 332 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 393 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 246 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 283 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 48 of file php/ext/google/protobuf/protobuf.c.
bool is_inited_file_any |
Definition at line 151 of file php/ext/google/protobuf/protobuf.c.
bool is_inited_file_api |
Definition at line 152 of file php/ext/google/protobuf/protobuf.c.
bool is_inited_file_duration |
Definition at line 153 of file php/ext/google/protobuf/protobuf.c.
bool is_inited_file_empty |
Definition at line 155 of file php/ext/google/protobuf/protobuf.c.
bool is_inited_file_field_mask |
Definition at line 154 of file php/ext/google/protobuf/protobuf.c.
bool is_inited_file_source_context |
Definition at line 156 of file php/ext/google/protobuf/protobuf.c.
bool is_inited_file_struct |
Definition at line 157 of file php/ext/google/protobuf/protobuf.c.
bool is_inited_file_timestamp |
Definition at line 158 of file php/ext/google/protobuf/protobuf.c.
bool is_inited_file_type |
Definition at line 159 of file php/ext/google/protobuf/protobuf.c.
bool is_inited_file_wrappers |
Definition at line 160 of file php/ext/google/protobuf/protobuf.c.
const char* const kReservedNames[] |
Definition at line 168 of file php/ext/google/protobuf/protobuf.c.
const int kReservedNamesSize = 73 |
Definition at line 184 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 51 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 200 of file php/ext/google/protobuf/protobuf.c.
zend_function_entry protobuf_functions[] |
Definition at line 196 of file php/ext/google/protobuf/protobuf.c.
zend_module_entry protobuf_module_entry |
Definition at line 205 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 52 of file php/ext/google/protobuf/protobuf.c.
|
static |
Definition at line 45 of file php/ext/google/protobuf/protobuf.c.