Home
last modified time | relevance | path

Searched refs:_upb_sortedmap_next (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtext_encode.c238 while (_upb_sortedmap_next(&e->sorter, map, &sorted, &ent)) { in txtenc_map()
Dencode.c383 while (_upb_sortedmap_next(&e->sorter, map, &sorted, &ent)) { in encode_map()
Dmsg.h593 UPB_INLINE bool _upb_sortedmap_next(_upb_mapsorter *s, const upb_map *map, in _upb_sortedmap_next() function