| /external/rust/crates/dashmap/src/mapref/ |
| D | one.rs | 53 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/crates/tokio/src/sync/ |
| D | mutex.rs | 895 pub fn try_map<U, F>(mut this: Self, f: F) -> Result<MappedMutexGuard<'a, U>, Self> in try_map() method 1075 pub fn try_map<U, F>(mut this: Self, f: F) -> Result<OwnedMappedMutexGuard<T, U>, Self> in try_map() method 1206 pub fn try_map<U, F>(mut this: Self, f: F) -> Result<MappedMutexGuard<'a, U>, Self> in try_map() method 1315 pub fn try_map<S, F>(mut this: Self, f: F) -> Result<OwnedMappedMutexGuard<T, S>, Self> in try_map() method
|
| /external/rust/crates/tokio/src/sync/rwlock/ |
| D | owned_read_guard.rs | 123 pub fn try_map<F, V: ?Sized>(this: Self, f: F) -> Result<OwnedRwLockReadGuard<T, V>, Self> in try_map() method
|
| D | read_guard.rs | 132 pub fn try_map<F, U: ?Sized>(this: Self, f: F) -> Result<RwLockReadGuard<'a, U>, Self> in try_map() method
|
| D | write_guard_mapped.rs | 141 pub fn try_map<F, U: ?Sized>( in try_map() method
|
| D | owned_write_guard_mapped.rs | 136 pub fn try_map<F, V: ?Sized>( in try_map() method
|
| D | owned_write_guard.rs | 210 pub fn try_map<F, U: ?Sized>( in try_map() method
|
| D | write_guard.rs | 222 pub fn try_map<F, U: ?Sized>( in try_map() method
|
| /external/webp/src/enc/ |
| D | alpha_enc.c | 246 uint32_t try_map = in ApplyFiltersAndEncode() local
|
| /external/rust/crates/lock_api/src/ |
| D | mutex.rs | 546 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedMutexGuard<'a, R, U>, Self> in try_map() method 879 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedMutexGuard<'a, R, U>, Self> in try_map() method
|
| D | remutex.rs | 665 pub fn try_map<U: ?Sized, F>( in try_map() method 963 pub fn try_map<U: ?Sized, F>( in try_map() method
|
| D | rwlock.rs | 1269 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockReadGuard<'a, R, U>, Self> in try_map() method 1559 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockWriteGuard<'a, R, U>, Self> in try_map() method 2658 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockReadGuard<'a, R, U>, Self> in try_map() method 2797 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockWriteGuard<'a, R, U>, Self> in try_map() method
|
| /external/rust/crates/winnow/src/ |
| D | parser.rs | 441 fn try_map<G, O2, E2>(self, map: G) -> TryMap<Self, G, I, O, O2, E, E2> in try_map() method
|
| /external/rust/crates/clap/src/builder/ |
| D | value_parser.rs | 806 fn try_map<T, E, F>(self, func: F) -> TryMapValueParser<Self, F> in try_map() method
|