Home
last modified time | relevance | path

Searched defs:hash_map_get (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/
Druntime_types.rs124 fn hash_map_get<'a, V>(map: &'a HashMap<Self::Value, V>, key: ReflectValueRef) in hash_map_get() method
315 fn hash_map_get<'a, V>(map: &'a HashMap<i32, V>, key: ReflectValueRef) -> Option<&'a V> { in hash_map_get() method
374 fn hash_map_get<'a, V>(map: &'a HashMap<i64, V>, key: ReflectValueRef) -> Option<&'a V> { in hash_map_get() method
432 fn hash_map_get<'a, V>(map: &'a HashMap<u32, V>, key: ReflectValueRef) -> Option<&'a V> { in hash_map_get() method
490 fn hash_map_get<'a, V>(map: &'a HashMap<u64, V>, key: ReflectValueRef) -> Option<&'a V> { in hash_map_get() method
545 fn hash_map_get<'a, V>(map: &'a HashMap<bool, V>, key: ReflectValueRef) -> Option<&'a V> { in hash_map_get() method
603 fn hash_map_get<'a, V>(map: &'a HashMap<String, V>, key: ReflectValueRef) -> Option<&'a V> { in hash_map_get() method
767 fn hash_map_get<'a, V>(map: &'a HashMap<Chars, V>, key: ReflectValueRef) -> Option<&'a V> { in hash_map_get() method