Searched refs:WASMTIME_FUNCREF (Results 1 – 6 of 6) sorted by relevance
272 kind: crate::WASMTIME_FUNCREF, in from_val_unscoped()321 crate::WASMTIME_FUNCREF => Val::FuncRef(self.of.funcref.as_wasmtime()), in to_val_unscoped()355 crate::WASMTIME_FUNCREF => wasmtime_val_union { in wasmtime_val_clone()
595 crate::WASMTIME_FUNCREF => StorageType::ValType(ValType::FUNCREF), in field_type_from_c()
65 pub const WASMTIME_FUNCREF: wasmtime_valkind_t = 5; constant
385 #define WASMTIME_FUNCREF 5 macro
637 val.kind = WASMTIME_FUNCREF;650 if (val.kind != WASMTIME_FUNCREF) { in funcref()
347 case WASMTIME_FUNCREF: in kind()