Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/ffi/rustfuture/
Dtests.rs68 fn poll(rust_future: &Arc<dyn RustFutureFfi<RustBuffer>>) -> Arc<OnceCell<RustFuturePoll>> { in poll()
75 extern "C" fn poll_continuation(data: u64, code: RustFuturePoll) { in poll_continuation()
Dmod.rs20 pub enum RustFuturePoll { enum