Searched refs:php_type (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 135 #define CASE_TYPE(upb_type, type, c_type, php_type) \ in native_slot_set() argument 314 #define CASE(upb_type, php_type, c_type) \ in native_slot_get() argument 317 ZVAL_##php_type(CACHED_PTR_TO_ZVAL_PTR(cache), DEREF(memory, c_type)); \ in native_slot_get() 456 #define CASE(upb_type, php_type) \ in native_slot_get_default() argument 459 ZVAL_##php_type(CACHED_PTR_TO_ZVAL_PTR(cache), 0); \ in native_slot_get_default()
|
D | map.c | 106 #define CASE_TYPE(upb_type, type, c_type, php_type) \ in table_key() argument
|