Searched refs:wasmtime_structref_unroot (Results 1 – 3 of 3) sorted by relevance
217 wasmtime_structref_unroot(&val); in operator =()230 wasmtime_structref_unroot(&val); in operator =()237 ~StructRef() { wasmtime_structref_unroot(&val); } in ~StructRef()
279 WASM_API_EXTERN void wasmtime_structref_unroot(wasmtime_structref_t *ref);
669 pub unsafe extern "C" fn wasmtime_structref_unroot( in wasmtime_structref_unroot() function