Home
last modified time | relevance | path

Searched refs:upb_mapiter_next (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dmap.c492 upb_mapiter_next(map_field->map, &intern->position); in PHP_METHOD()
531 upb_mapiter_next(field->map, &intern->position); in PHP_METHOD()
H A Dphp-upb.c5844 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 Dphp-upb.h3771 * 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 Dupb.h3530 * while (upb_mapiter_next(map, &iter)) {
3540 bool upb_mapiter_next(const upb_map *map, size_t *iter);
H A Dupb.c5386 bool upb_mapiter_next(const upb_map *map, size_t *iter) { in upb_mapiter_next() function

Completed in 101 milliseconds