Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/
Dtraits.rs70 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() method
106 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() method
133 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() method
Dby_ptr.rs27 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() function
/aosp_15_r20/external/rust/android-crates-io/crates/fnv/
Dlib.rs103 pub fn with_key(key: u64) -> FnvHasher { in with_key() method
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dhmac.rs291 pub fn with_key(signing_key: &Key) -> Self { in with_key() method