Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/utils/libcxx/
H A Dcompiler.py186 with_fn = lambda: libcxx.util.guardedTempFilename(suffix='.o') function
189 with_fn = lambda: libcxx.util.nullContext(object_file) function
/aosp_15_r20/external/rust/android-crates-io/crates/maybe-async/tests/ui/
D05-replace-future-generic-type-with-output.rs5 pub async fn with_fn<T, F: Sync + std::future::Future<Output = Result<(), ()>>>( in with_fn() function