Home
last modified time | relevance | path

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

/external/pigweed/pw_result/public/pw_result/
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
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc784 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/
Dexpected.h481 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/
Dhpack_parser.cc818 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/
Dmod.rs24 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/
Dmod.rs395 fn and_then<Fut, F>(self, f: F) -> AndThen<Self, Fut, F> in and_then() method
/external/rust/crates/futures/tests_disabled/
Dstream.rs93 fn and_then() { in and_then() function
/external/rust/crates/rusqlite/src/
Drow.rs75 pub fn and_then<F, T, E>(self, f: F) -> AndThenRows<'stmt, F> in and_then() method
/external/rust/crates/nom/src/
Dinternal.rs274 fn and_then<G, O2>(self, g: G) -> AndThen<Self, G, O> in and_then() method
/external/rust/crates/combine/src/parser/
Dmod.rs756 fn and_then<F, O, E>(self, f: F) -> AndThen<Self, F> in and_then() method
Dcombinator.rs417 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/
Derror.rs985 pub fn and_then<F, T2>(self, f: F) -> F::Output in and_then() method