/external/webp/src/enc/ |
D | alpha_enc.c | 242 uint32_t try_map = in ApplyFiltersAndEncode() local 246 if (try_map != FILTER_TRY_NONE) { in ApplyFiltersAndEncode() 250 for (filter = WEBP_FILTER_NONE; ok && try_map; ++filter, try_map >>= 1) { in ApplyFiltersAndEncode() 251 if (try_map & 1) { in ApplyFiltersAndEncode()
|
/external/rust/crates/tokio/src/sync/rwlock/ |
D | read_guard.rs | 107 pub fn try_map<F, U: ?Sized>(this: Self, f: F) -> Result<RwLockReadGuard<'a, U>, Self> in try_map() method
|
D | owned_read_guard.rs | 99 pub fn try_map<F, V: ?Sized>(mut this: Self, f: F) -> Result<OwnedRwLockReadGuard<T, V>, Self> in try_map() method
|
D | write_guard_mapped.rs | 116 pub fn try_map<F, U: ?Sized>( in try_map() method
|
D | owned_write_guard_mapped.rs | 110 pub fn try_map<F, V: ?Sized>( in try_map() method
|
D | write_guard.rs | 119 pub fn try_map<F, U: ?Sized>( in try_map() method
|
D | owned_write_guard.rs | 113 pub fn try_map<F, U: ?Sized>( in try_map() method
|
/external/rust/crates/lock_api/src/ |
D | mutex.rs | 456 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedMutexGuard<'a, R, U>, Self> in try_map() method 643 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedMutexGuard<'a, R, U>, Self> in try_map() method
|
D | rwlock.rs | 917 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockReadGuard<'a, R, U>, Self> in try_map() method 1091 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockWriteGuard<'a, R, U>, Self> in try_map() method 1552 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockReadGuard<'a, R, U>, Self> in try_map() method 1690 pub fn try_map<U: ?Sized, F>(s: Self, f: F) -> Result<MappedRwLockWriteGuard<'a, R, U>, Self> in try_map() method
|
D | remutex.rs | 557 pub fn try_map<U: ?Sized, F>( in try_map() method 751 pub fn try_map<U: ?Sized, F>( in try_map() method
|
/external/rust/crates/tokio/ |
D | CHANGELOG.md | 89 - sync: add back `RwLockWriteGuard::map` and `RwLockWriteGuard::try_map` ([#3348]) 234 - sync: remove `RwLockWriteGuard::map` and `RwLockWriteGuard::try_map` ([#3345])
|