Home
last modified time | relevance | path

Searched defs:StructRefPre (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Dstructref.rs64 pub struct StructRefPre { struct
69 impl StructRefPre { implementation
235 allocator: &StructRefPre, in new()
276 allocator: &StructRefPre, in new_async()
286 allocator: &StructRefPre, in _new_async()
301 allocator: &StructRefPre, in type_check_fields()
328 allocator: &StructRefPre, in new_unchecked()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/disabled/
H A Dstructref.rs8 pub enum StructRefPre {} enum
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dgc.hh180 class StructRefPre { class