Searched refs:_upb_mapsorter_getkeys (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | msg.c | 143 static void _upb_mapsorter_getkeys(const void *_a, const void *_b, void *a_key, in _upb_mapsorter_getkeys() function 155 _upb_mapsorter_getkeys(_a, _b, &a, &b, 8); in _upb_mapsorter_cmpi64() 161 _upb_mapsorter_getkeys(_a, _b, &a, &b, 8); in _upb_mapsorter_cmpu64() 167 _upb_mapsorter_getkeys(_a, _b, &a, &b, 4); in _upb_mapsorter_cmpi32() 173 _upb_mapsorter_getkeys(_a, _b, &a, &b, 4); in _upb_mapsorter_cmpu32() 179 _upb_mapsorter_getkeys(_a, _b, &a, &b, 1); in _upb_mapsorter_cmpbool() 185 _upb_mapsorter_getkeys(_a, _b, &a, &b, UPB_MAPTYPE_STRING); in _upb_mapsorter_cmpstr()
|