Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dmessage_layout.h48 return GetMapValue(field_offsets_, field); in GetFieldOffset()
53 return GetMapValue(oneof_case_offsets_, oneof); in GetOneofCaseOffset()
57 return GetMapValue(hasbit_indexes_, field); in GetHasbitIndex()
73 static V GetMapValue(const absl::flat_hash_map<K, V>& map, K key) { in GetMapValue() function