Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/raw/
Dmod.rs315 unsafe fn to_base_index(&self, base: NonNull<T>) -> usize { in to_base_index() method
517 bucket.to_base_index(self.data_end()) in bucket_index()