Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dmsg.h437 UPB_INLINE size_t _upb_map_size(const upb_map *map) { in _upb_map_size() function
487 return map ? _upb_map_size(map) : 0; in _upb_msg_map_size()
Dmsg.c194 int map_size = _upb_map_size(map); in _upb_mapsorter_pushmap()
Dreflection.c357 return _upb_map_size(map); in upb_map_size()