Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tower/src/ready_cache/
Dcache.rs171 pub fn pending_contains<Q: Hash + Equivalent<K>>(&self, key: &Q) -> bool { in pending_contains() function
348 if !self.pending_contains(&key) { in check_ready_index()
393 if !self.pending_contains(&key) { in call_ready_index()