Home
last modified time | relevance | path

Searched defs:try_map (Results 1 – 16 of 16) sorted by relevance

/external/rust/android-crates-io/crates/dashmap/src/mapref/
Done.rs53 pub fn try_map<F, T>(self, f: F) -> Result<MappedRef<'a, K, V, T, S>, Self> in try_map() method
139 pub fn try_map<F, T>(self, f: F) -> Result<MappedRefMut<'a, K, V, T, S>, Self> in try_map() method
210 pub fn try_map<F, T2>(self, f: F) -> Result<MappedRef<'a, K, V, T2, S>, Self> in try_map() method
296 pub fn try_map<F, T2>(self, f: F) -> Result<MappedRefMut<'a, K, V, T2, S>, Self> in try_map() method
/external/rust/android-crates-io/crates/tokio/src/sync/
Dmutex.rs917 pub fn try_map<U, F>(mut this: Self, f: F) -> Result<MappedMutexGuard<'a, U>, Self> in try_map() method
1099 pub fn try_map<U, F>(mut this: Self, f: F) -> Result<OwnedMappedMutexGuard<T, U>, Self> in try_map() method
1231 pub fn try_map<U, F>(mut this: Self, f: F) -> Result<MappedMutexGuard<'a, U>, Self> in try_map() method
1340 pub fn try_map<S, F>(mut this: Self, f: F) -> Result<OwnedMappedMutexGuard<T, S>, Self> in try_map() method
/external/rust/android-crates-io/crates/tokio/src/sync/rwlock/
Dread_guard.rs132 pub fn try_map<F, U: ?Sized>(this: Self, f: F) -> Result<RwLockReadGuard<'a, U>, Self> in try_map() method
Downed_read_guard.rs123 pub fn try_map<F, V: ?Sized>(this: Self, f: F) -> Result<OwnedRwLockReadGuard<T, V>, Self> in try_map() method
Dwrite_guard_mapped.rs141 pub fn try_map<F, U: ?Sized>( in try_map() method
Downed_write_guard_mapped.rs136 pub fn try_map<F, V: ?Sized>( in try_map() method
Downed_write_guard.rs210 pub fn try_map<F, U: ?Sized>( in try_map() method
Dwrite_guard.rs222 pub fn try_map<F, U: ?Sized>( in try_map() method
/external/webp/src/enc/
Dalpha_enc.c246 uint32_t try_map = in ApplyFiltersAndEncode() local
/external/rust/android-crates-io/crates/lock_api/src/
Dmutex.rs550 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedMutexGuard<'a, R, U>, Self> in try_map() method
883 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedMutexGuard<'a, R, U>, Self> in try_map() method
Dremutex.rs671 pub fn try_map<U: ?Sized, F>( in try_map() method
969 pub fn try_map<U: ?Sized, F>( in try_map() method
Drwlock.rs1272 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockReadGuard<'a, R, U>, Self> in try_map() method
1562 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockWriteGuard<'a, R, U>, Self> in try_map() method
2661 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockReadGuard<'a, R, U>, Self> in try_map() method
2800 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockWriteGuard<'a, R, U>, Self> in try_map() method
/external/rust/android-crates-io/crates/winnow/src/
Dparser.rs537 fn try_map<G, O2, E2>(self, map: G) -> impls::TryMap<Self, G, I, O, O2, E, E2> in try_map() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Dvalue_parser.rs860 fn try_map<T, E, F>(self, func: F) -> TryMapValueParser<Self, F> in try_map() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/
Dvalue_parser.rs860 fn try_map<T, E, F>(self, func: F) -> TryMapValueParser<Self, F> in try_map() method
/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dvalue_parser.rs898 fn try_map<T, E, F>(self, func: F) -> TryMapValueParser<Self, F> in try_map() method