Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/litemap/src/
Dmap.rs1115 pub const fn const_get_with_index(&self, key: &str) -> Option<(usize, &'a V)> { in const_get_with_index() method
1159 pub const fn const_get_with_index(&self, key: &[u8]) -> Option<(usize, &'a V)> { in const_get_with_index() method