Lines Matching refs:function_with_dashes
234 fn function_with_dashes(&mut self) -> (); in function_with_dashes() method
258 fn function_with_dashes(&mut self) -> () { in function_with_dashes() method
259 Host::function_with_dashes(*self) in function_with_dashes()
328 let r = Host::function_with_dashes(host); in add_to_linker()
458 function_with_dashes: wasmtime::component::Func, field
473 function_with_dashes: wasmtime::component::ComponentExportIndex, field
516 let function_with_dashes = lookup("function-with-dashes")?; in new() localVariable
531 function_with_dashes, in new()
562 let function_with_dashes = *_instance in load() localVariable
566 >(&mut store, &self.function_with_dashes)? in load()
604 function_with_dashes, in load()
653 >::new_unchecked(self.function_with_dashes) in call_function_with_dashes()