Searched defs:with_fn (Results 1 – 2 of 2) sorted by relevance
186 with_fn = lambda: libcxx.util.guardedTempFilename(suffix='.o') function189 with_fn = lambda: libcxx.util.nullContext(object_file) function
5 pub async fn with_fn<T, F: Sync + std::future::Future<Output = Result<(), ()>>>( in with_fn() function