Searched refs:upb_mapiter_key (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | map.c | 517 upb_msgval upb_key = upb_mapiter_key(field->map, intern->position); in PHP_METHOD()
|
H A D | php-upb.c | 5950 upb_msgval upb_mapiter_key(const upb_map *map, size_t iter) { in upb_mapiter_key() function 7817 upb_msgval key = upb_mapiter_key(fields, iter); in jsonenc_struct() 8020 jsonenc_mapkey(e, upb_mapiter_key(map, iter), key_f); in jsonenc_map()
|
H A D | php-upb.h | 3772 * upb_msgval key = upb_mapiter_key(map, iter); 3789 upb_msgval upb_mapiter_key(const upb_map *map, size_t iter);
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 3531 * upb_msgval key = upb_mapiter_key(map, iter); 3543 upb_msgval upb_mapiter_key(const upb_map *map, size_t iter);
|
H A D | upb.c | 5391 upb_msgval upb_mapiter_key(const upb_map *map, size_t iter) { in upb_mapiter_key() function
|
Completed in 83 milliseconds