Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerotrie/src/byte_phf/
Dcached_owned.rs12 pub struct PerfectByteHashMapCacheOwned { struct
17 impl PerfectByteHashMapCacheOwned { implementation
Dmod.rs59 pub use cached_owned::PerfectByteHashMapCacheOwned;
/external/rust/android-crates-io/crates/zerotrie/src/builder/nonconst/
Dbuilder.rs11 use crate::byte_phf::PerfectByteHashMapCacheOwned;
21 phf_cache: PerfectByteHashMapCacheOwned,
147 phf_cache: PerfectByteHashMapCacheOwned::new_empty(), in from_sorted_tuple_slice_impl()