Home
last modified time | relevance | path

Searched refs:wasmtime_structref_unroot (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dgc.hh217 wasmtime_structref_unroot(&val); in operator =()
230 wasmtime_structref_unroot(&val); in operator =()
237 ~StructRef() { wasmtime_structref_unroot(&val); } in ~StructRef()
H A Dgc.h279 WASM_API_EXTERN void wasmtime_structref_unroot(wasmtime_structref_t *ref);
/wasmtime-44.0.1/crates/c-api/src/
H A Dref.rs669 pub unsafe extern "C" fn wasmtime_structref_unroot( in wasmtime_structref_unroot() function