Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Dthirty_two.rs17 struct XxCore { struct
35 core: XxCore, argument
40 impl XxCore { implementation
41 fn with_seed(seed: u32) -> XxCore { in with_seed()
104 impl core::fmt::Debug for XxCore { implementation
Dsixty_four.rs17 struct XxCore { struct
30 core: XxCore, argument
35 impl XxCore { impl
36 fn with_seed(seed: u64) -> XxCore { in with_seed()
114 impl core::fmt::Debug for XxCore { implementation