Home
last modified time | relevance | path

Searched defs:map_token (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/
Deasy.rs120 pub fn map_token<F, U>(self, f: F) -> Info<U, R> in map_token() method
502 pub fn map_token<F, U>(self, f: F) -> Error<U, R> in map_token() method
729 pub fn map_token<F, U>(self, mut f: F) -> Errors<U, R, P> in map_token() method
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/rmv/
H A Dvk_rmv_common.c124 struct vk_rmv_cpu_map_token map_token; in vk_rmv_log_cpu_map() local