Searched refs:upb_mapiter_next (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | map.c | 492 upb_mapiter_next(map_field->map, &intern->position); in PHP_METHOD() 531 upb_mapiter_next(field->map, &intern->position); in PHP_METHOD()
|
H A D | php-upb.c | 5844 while (upb_mapiter_next(map, &iter)) { in _upb_msg_discardunknown() 5937 bool upb_mapiter_next(const upb_map *map, size_t *iter) { in upb_mapiter_next() function 7816 while (upb_mapiter_next(fields, &iter)) { in jsonenc_struct() 8018 while (upb_mapiter_next(map, &iter)) { in jsonenc_map()
|
H A D | php-upb.h | 3771 * while (upb_mapiter_next(map, &iter)) { 3781 bool upb_mapiter_next(const upb_map *map, size_t *iter);
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 3530 * while (upb_mapiter_next(map, &iter)) { 3540 bool upb_mapiter_next(const upb_map *map, size_t *iter);
|
H A D | upb.c | 5386 bool upb_mapiter_next(const upb_map *map, size_t *iter) { in upb_mapiter_next() function
|
Completed in 101 milliseconds