Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dgc.hh363 ArrayRef(const ArrayRef &other) { wasmtime_arrayref_clone(&other.val, &val); } in ArrayRef()
368 wasmtime_arrayref_clone(&other.val, &val); in operator =()
H A Dgc.h454 wasmtime_arrayref_clone(const wasmtime_arrayref_t *arrayref,
/wasmtime-44.0.1/crates/c-api/src/
H A Dref.rs815 pub unsafe extern "C" fn wasmtime_arrayref_clone( in wasmtime_arrayref_clone() function