Home
last modified time | relevance | path

Searched defs:and_then (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/frameworks/native/include/ftl/
H A Doptional.h73 constexpr auto and_then(F&& f) const& { in and_then() function
80 constexpr auto and_then(F&& f) & { in and_then() function
87 constexpr auto and_then(F&& f) const&& { in and_then() function
94 constexpr auto and_then(F&& f) && { in and_then() function
/aosp_15_r20/external/pigweed/pw_result/public/pw_result/internal/
H A Dexpected_impl.h379 constexpr auto and_then(F&& f) & { in and_then() function
388 constexpr auto and_then(F&& f) && { in and_then() function
397 constexpr auto and_then(F&& f) const& { in and_then() function
406 constexpr auto and_then(F&& f) const&& { in and_then() function
826 constexpr auto and_then(F&& f) & { in and_then() function
835 constexpr auto and_then(F&& f) && { in and_then() function
844 constexpr auto and_then(F&& f) const& { in and_then() function
853 constexpr auto and_then(F&& f) const&& { in and_then() function
/aosp_15_r20/external/pigweed/pw_result/public/pw_result/
H A Dresult.h568 constexpr Ret and_then(Fn&& function) & { in and_then() function
578 constexpr auto and_then(Fn&& function) && { in and_then() function
588 constexpr auto and_then(Fn&& function) const& { in and_then() function
598 constexpr auto and_then(Fn&& function) const&& { in and_then() function
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/
Dmod.rs3 mod and_then; module
180 fn and_then<F>(self, f: F) -> AndThen<Self, F> in and_then() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/
Dmod.rs25 mod and_then; module
294 fn and_then<Fut, F>(self, f: F) -> AndThen<Self, Fut, F> in and_then() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/try_future/
Dmod.rs395 fn and_then<Fut, F>(self, f: F) -> AndThen<Self, Fut, F> in and_then() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests_disabled/
Dstream.rs93 fn and_then() { in and_then() function
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/
Dresponse.rs767 fn and_then<F>(self, func: F) -> Self in and_then() method
Drequest.rs1064 fn and_then<F>(self, func: F) -> Self in and_then() method
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/builder/
Dmod.rs474 pub fn and_then<F>(self, f: F) -> ServiceBuilder<Stack<crate::util::AndThenLayer<F>, L>> { in and_then() method
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Drow.rs75 pub fn and_then<F, T, E>(self, f: F) -> AndThenRows<'stmt, F> in and_then() method
/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Derror.rs255 pub fn and_then<T, F>(self, op: F) -> result::Result<T, Status> in and_then() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/
Dmod.rs1039 fn and_then<L>(self, layer: L) -> Layered<L, Self, S> in and_then() method
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/
Dinternal.rs274 fn and_then<G, O2>(self, g: G) -> AndThen<Self, G, O> in and_then() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/
H A Dinternal.rs274 fn and_then<G, O2>(self, g: G) -> AndThen<Self, G, O> in and_then() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dresult.rs1344 pub fn and_then<U, F: FnOnce(T) -> Result<U, E>>(self, op: F) -> Result<U, E> { in and_then() method
H A Doption.rs1410 pub fn and_then<U, F>(self, f: F) -> Option<U> in and_then() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dresult.rs1344 pub fn and_then<U, F: FnOnce(T) -> Result<U, E>>(self, op: F) -> Result<U, E> { in and_then() method
H A Doption.rs1410 pub fn and_then<U, F>(self, f: F) -> Option<U> in and_then() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dresult.rs1344 pub fn and_then<U, F: FnOnce(T) -> Result<U, E>>(self, op: F) -> Result<U, E> { in and_then() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dresult.rs1344 pub fn and_then<U, F: FnOnce(T) -> Result<U, E>>(self, op: F) -> Result<U, E> { in and_then() method
H A Doption.rs1445 pub fn and_then<U, F>(self, f: F) -> Option<U> in and_then() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dresult.rs1344 pub fn and_then<U, F: FnOnce(T) -> Result<U, E>>(self, op: F) -> Result<U, E> { in and_then() method
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dmod.rs756 fn and_then<F, O, E>(self, f: F) -> AndThen<Self, F> in and_then() method
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/
Dparser.rs546 fn and_then<G, O2>(self, inner: G) -> AndThen<Self, G, I, O, O2, E> in and_then() method

12