/aosp_15_r20/frameworks/native/include/ftl/ |
H A D | optional.h | 73 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 D | expected_impl.h | 379 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 D | result.h | 568 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/ |
D | mod.rs | 3 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/ |
D | mod.rs | 25 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/ |
D | mod.rs | 395 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/ |
D | stream.rs | 93 fn and_then() { in and_then() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/ |
D | response.rs | 767 fn and_then<F>(self, func: F) -> Self in and_then() method
|
D | request.rs | 1064 fn and_then<F>(self, func: F) -> Self in and_then() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/builder/ |
D | mod.rs | 474 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/ |
D | row.rs | 75 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 D | error.rs | 255 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/ |
D | mod.rs | 1039 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/ |
D | internal.rs | 274 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 D | internal.rs | 274 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 D | result.rs | 1344 pub fn and_then<U, F: FnOnce(T) -> Result<U, E>>(self, op: F) -> Result<U, E> { in and_then() method
|
H A D | option.rs | 1410 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 D | result.rs | 1344 pub fn and_then<U, F: FnOnce(T) -> Result<U, E>>(self, op: F) -> Result<U, E> { in and_then() method
|
H A D | option.rs | 1410 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 D | result.rs | 1344 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 D | result.rs | 1344 pub fn and_then<U, F: FnOnce(T) -> Result<U, E>>(self, op: F) -> Result<U, E> { in and_then() method
|
H A D | option.rs | 1445 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 D | result.rs | 1344 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/ |
D | mod.rs | 756 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/ |
D | parser.rs | 546 fn and_then<G, O2>(self, inner: G) -> AndThen<Self, G, I, O, O2, E> in and_then() method
|