Searched refs:wasmtime_arrayref_clone (Results 1 – 3 of 3) sorted by relevance
363 ArrayRef(const ArrayRef &other) { wasmtime_arrayref_clone(&other.val, &val); } in ArrayRef()368 wasmtime_arrayref_clone(&other.val, &val); in operator =()
454 wasmtime_arrayref_clone(const wasmtime_arrayref_t *arrayref,
815 pub unsafe extern "C" fn wasmtime_arrayref_clone( in wasmtime_arrayref_clone() function