Home
last modified time | relevance | path

Searched defs:map_ok (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/task/
H A Dpoll.rs115 pub fn map_ok<U, F>(self, f: F) -> Poll<Result<U, E>> in map_ok() method
172 pub fn map_ok<U, F>(self, f: F) -> Poll<Option<Result<U, E>>> in map_ok() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/task/
H A Dpoll.rs115 pub fn map_ok<U, F>(self, f: F) -> Poll<Result<U, E>> in map_ok() method
172 pub fn map_ok<U, F>(self, f: F) -> Poll<Option<Result<U, E>>> in map_ok() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/task/
H A Dpoll.rs115 pub fn map_ok<U, F>(self, f: F) -> Poll<Result<U, E>> in map_ok() method
172 pub fn map_ok<U, F>(self, f: F) -> Poll<Option<Result<U, E>>> in map_ok() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/task/
H A Dpoll.rs115 pub fn map_ok<U, F>(self, f: F) -> Poll<Result<U, E>> in map_ok() method
172 pub fn map_ok<U, F>(self, f: F) -> Poll<Option<Result<U, E>>> in map_ok() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/task/
H A Dpoll.rs115 pub fn map_ok<U, F>(self, f: F) -> Poll<Result<U, E>> in map_ok() method
172 pub fn map_ok<U, F>(self, f: F) -> Poll<Option<Result<U, E>>> in map_ok() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Deager_drop.rs10 fn map_ok() { in map_ok() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/adaptors/
H A Dmap.rs92 pub fn map_ok<I, F, T, U, E>(iter: I, f: F) -> MapOk<I, F> in map_ok() function
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/adaptors/
Dmap.rs88 pub fn map_ok<I, F, T, U, E>(iter: I, f: F) -> MapOk<I, F> in map_ok() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/try_future/
Dmod.rs217 fn map_ok<T, F>(self, f: F) -> MapOk<Self, F> in map_ok() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/
Dmod.rs223 fn map_ok<T, F>(self, f: F) -> MapOk<Self, F> in map_ok() method
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dlib.rs899 fn map_ok<F, T, U, E>(self, f: F) -> MapOk<Self, F> in map_ok() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dlib.rs864 fn map_ok<F, T, U, E>(self, f: F) -> MapOk<Self, F> in map_ok() method