Home
last modified time | relevance | path

Searched defs:MapFuture (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/
Dmap_future.rs13 pub struct MapFuture<S, F> { struct
18 impl<S, F> MapFuture<S, F> { argument
49 impl<R, S, F, T, E, Fut> Service<R> for MapFuture<S, F> implementation
69 impl<S, F> fmt::Debug for MapFuture<S, F> implementation
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/threading/
H A Dstream.h68 Stream<FutureReturn<Function, T>> MapFuture(Function map_fn) && { in MapFuture() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/threading/
H A Dstream.h68 Stream<FutureReturn<Function, T>> MapFuture(Function map_fn) && { in MapFuture() function