Searched refs:GetMapValue (Results 1 – 1 of 1) sorted by relevance
48 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