Home
last modified time | relevance | path

Searched defs:ArrayRefPre (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Darrayref.rs65 pub struct ArrayRefPre { struct
70 impl ArrayRefPre { implementation
298 allocator: &ArrayRefPre, in new()
351 allocator: &ArrayRefPre, in new_async()
370 allocator: &ArrayRefPre, in _new_async()
387 allocator: &ArrayRefPre, in new_from_iter()
468 allocator: &ArrayRefPre, in new_fixed()
522 allocator: &ArrayRefPre, in new_fixed_async()
532 allocator: &ArrayRefPre, in _new_fixed_async()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/disabled/
H A Darrayref.rs8 pub enum ArrayRefPre {} enum
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dgc.hh332 class ArrayRefPre { class
/wasmtime-44.0.1/tests/all/
H A Dgc.rs1239 pre: &ArrayRefPre, in drc_transitive_drop_nested_arrays_tree()