Searched refs:CACHED_TO_ZVAL_PTR (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | type_check.c | 480 CACHED_TO_ZVAL_PTR(repeated_field), NULL, in check_repeated_field() 484 RETURN_ZVAL(CACHED_TO_ZVAL_PTR(repeated_field), 1, 1); in check_repeated_field() 556 CACHED_TO_ZVAL_PTR(map_field), &key, in check_map_field() 561 RETURN_ZVAL(CACHED_TO_ZVAL_PTR(map_field), 1, 1); in check_map_field()
|
D | array.c | 278 UNBOX(RepeatedField, CACHED_TO_ZVAL_PTR(*repeated_field));
|
D | map.c | 263 Map *intern = UNBOX(Map, CACHED_TO_ZVAL_PTR(*map_field)); in map_field_create_with_type()
|
D | protobuf.h | 193 #define CACHED_TO_ZVAL_PTR(VALUE) (VALUE) macro 468 #define CACHED_TO_ZVAL_PTR(VALUE) (&VALUE) macro
|