Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dalpha_enc.c242 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/
Dread_guard.rs107 pub fn try_map<F, U: ?Sized>(this: Self, f: F) -> Result<RwLockReadGuard<'a, U>, Self> in try_map() method
Downed_read_guard.rs99 pub fn try_map<F, V: ?Sized>(mut this: Self, f: F) -> Result<OwnedRwLockReadGuard<T, V>, Self> in try_map() method
Dwrite_guard_mapped.rs116 pub fn try_map<F, U: ?Sized>( in try_map() method
Downed_write_guard_mapped.rs110 pub fn try_map<F, V: ?Sized>( in try_map() method
Dwrite_guard.rs119 pub fn try_map<F, U: ?Sized>( in try_map() method
Downed_write_guard.rs113 pub fn try_map<F, U: ?Sized>( in try_map() method
/external/rust/crates/lock_api/src/
Dmutex.rs456 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
Drwlock.rs917 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
Dremutex.rs557 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/
DCHANGELOG.md89 - sync: add back `RwLockWriteGuard::map` and `RwLockWriteGuard::try_map` ([#3348])
234 - sync: remove `RwLockWriteGuard::map` and `RwLockWriteGuard::try_map` ([#3345])