| /external/pigweed/pw_result/public/pw_result/ |
| 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
|
| /external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
| D | hpack_parser.cc | 784 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_indexed_field_x() local 826 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx() local 838 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx_x() local 852 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx_v() local 893 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx() local 905 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx_x() local 919 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx_v() local 960 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_nvridx() local 972 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_nvridx_x() local 986 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_nvridx_v() local [all …]
|
| /external/cronet/base/types/ |
| D | expected.h | 481 constexpr auto and_then(F&& f) & noexcept { in and_then() function 488 constexpr auto and_then(F&& f) const& noexcept { in and_then() function 495 constexpr auto and_then(F&& f) && noexcept { in and_then() function 502 constexpr auto and_then(F&& f) const&& noexcept { in and_then() function 794 constexpr auto and_then(F&& f) & noexcept { in and_then() function 801 constexpr auto and_then(F&& f) const& noexcept { in and_then() function 808 constexpr auto and_then(F&& f) && noexcept { in and_then() function 815 constexpr auto and_then(F&& f) const&& noexcept { in and_then() function
|
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
| D | hpack_parser.cc | 818 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_indexed_field_x() local 878 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx() local 891 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx_x() local 906 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx_v() local 943 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx() local 956 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx_x() local 971 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx_v() local 1008 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_nvridx() local 1021 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_nvridx_x() local 1036 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_nvridx_v() local [all …]
|
| /external/rust/crates/futures-util/src/stream/try_stream/ |
| D | mod.rs | 24 mod and_then; module 271 fn and_then<Fut, F>(self, f: F) -> AndThen<Self, Fut, F> in and_then() method
|
| /external/rust/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
|
| /external/rust/crates/futures/tests_disabled/ |
| D | stream.rs | 93 fn and_then() { in and_then() function
|
| /external/rust/crates/rusqlite/src/ |
| D | row.rs | 75 pub fn and_then<F, T, E>(self, f: F) -> AndThenRows<'stmt, F> in and_then() method
|
| /external/rust/crates/nom/src/ |
| D | internal.rs | 274 fn and_then<G, O2>(self, g: G) -> AndThen<Self, G, O> in and_then() method
|
| /external/rust/crates/combine/src/parser/ |
| D | mod.rs | 756 fn and_then<F, O, E>(self, f: F) -> AndThen<Self, F> in and_then() method
|
| D | combinator.rs | 417 pub fn and_then<Input, P, F, O, E>(p: P, f: F) -> AndThen<P, F> in and_then() function
|
| /external/rust/crates/combine/src/ |
| D | error.rs | 985 pub fn and_then<F, T2>(self, f: F) -> F::Output in and_then() method
|