Home
last modified time | relevance | path

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

/external/rust/crates/weak-table/src/
Dtraits.rs71 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() method
94 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() method
121 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
/external/rust/crates/fnv/
Dlib.rs103 pub fn with_key(key: u64) -> FnvHasher { in with_key() method
/external/rust/crates/ring/src/
Dhmac.rs307 pub fn with_key(signing_key: &Key) -> Self { in with_key() method