Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerotrie/src/
Dhelpers.rs23 fn debug_unwrap_or(self, gigo_value: T) -> T; in debug_unwrap_or() method
28 fn debug_unwrap_or(self, gigo_value: T) -> T { in debug_unwrap_or() method
Dreader.rs234 *indices.get(i - 1).debug_unwrap_or(&0) as usize in get_branch()
245 trie.get(p..q).debug_unwrap_or(&[]) in get_branch()
256 *indices.get(i - 1).debug_unwrap_or(&0) as usize in get_branch_w0()
262 trie.get(p..q).debug_unwrap_or(&[]) in get_branch_w0()