Home
last modified time | relevance | path

Searched refs:into_data (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/tests/all/component_model/
H A Dcall_hook.rs63 let s = store.into_data(); in call_wrapped_func()
130 let s = store.into_data(); in call_func_with_realloc()
175 let s = store.into_data(); in call_func_with_post_return()
239 let s = store.into_data(); in call_wrapped_async_func()
325 (store.into_data(), r.err()) in trapping()
483 let s = store.into_data(); in timeout_async_hook()
/wasmtime-44.0.1/tests/all/
H A Dstore.rs20 Store::new(&engine, A).into_data(); in into_inner()
H A Dcall_hook.rs486 (store.into_data(), r.err()) in trapping()
H A Dpooling_allocator.rs1001 store2.into_data(); in total_stacks_limit()
/wasmtime-44.0.1/crates/wasi-http/src/p2/
H A Dbody.rs174 Some(Ok(frame)) => match frame.into_data() { in record_frame()
/wasmtime-44.0.1/crates/wasi-http/src/p3/
H A Dbody.rs498 match frame.into_data().map_err(http_body::Frame::into_trailers) { in poll_produce()
/wasmtime-44.0.1/examples/min-platform/embedding/src/
H A Dwasi.rs119 store.into_data().output() in run()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs864 pub fn into_data(mut self) -> T { in into_data() method