Lines Matching refs:Box
23 ) -> Box<wasmtime_component_linker_t> { in wasmtime_component_linker_new()
24 Box::new(wasmtime_component_linker_t { in wasmtime_component_linker_new()
40 ) -> Box<wasmtime_component_linker_instance_t<'_>> { in wasmtime_component_linker_root()
41 Box::new(wasmtime_component_linker_instance_t { in wasmtime_component_linker_root()
52 ) -> Option<Box<wasmtime_error_t>> { in wasmtime_component_linker_instantiate()
58 pub extern "C" fn wasmtime_component_linker_delete(_linker: Box<wasmtime_component_linker_t>) {} in wasmtime_component_linker_delete()
66 ) -> Option<Box<wasmtime_error_t>> { in wasmtime_component_linker_instance_add_instance()
74 *linker_instance_out = Box::into_raw(Box::new(wasmtime_component_linker_instance_t { in wasmtime_component_linker_instance_add_instance()
86 ) -> Option<Box<wasmtime_error_t>> { in wasmtime_component_linker_instance_add_module()
107 ) -> Option<Box<wasmtime_error_t>>;
117 ) -> Option<Box<wasmtime_error_t>> { in wasmtime_component_linker_instance_add_func()
165 ) -> Option<Box<wasmtime_error_t>> { in wasmtime_component_linker_add_wasip2()
174 ) -> Option<Box<wasmtime_error_t>> { in wasmtime_component_linker_add_wasi_http()
183 ) -> Option<Box<wasmtime_error_t>> { in wasmtime_component_linker_define_unknown_imports_as_traps()
191 extern "C" fn(*mut c_void, WasmtimeStoreContextMut<'_>, u32) -> Option<Box<wasmtime_error_t>>;
202 ) -> Option<Box<wasmtime_error_t>> { in wasmtime_component_linker_instance_add_resource()
225 _linker_instance: Box<wasmtime_component_linker_instance_t>, in wasmtime_component_linker_instance_delete()