Searched refs:function_with_dashes (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/component-macro/tests/expanded/ |
| H A D | conventions.rs | 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 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() [all …]
|
| H A D | conventions_async.rs | 239 fn function_with_dashes( in function_with_dashes() method 280 fn function_with_dashes( in function_with_dashes() method 283 async move { Host::function_with_dashes(*self).await } in function_with_dashes() 367 let r = Host::function_with_dashes(host).await; in add_to_linker() 516 function_with_dashes: wasmtime::component::Func, field 574 let function_with_dashes = lookup("function-with-dashes")?; in new() localVariable 589 function_with_dashes, in new() 620 let function_with_dashes = *_instance in load() localVariable 624 >(&mut store, &self.function_with_dashes)? in load() 662 function_with_dashes, in load() [all …]
|
| H A D | conventions_concurrent.rs | 234 fn function_with_dashes<T: Send>( in function_with_dashes() method 311 let r = <D as HostWithStore>::function_with_dashes(host) in add_to_linker() 464 function_with_dashes: wasmtime::component::Func, field 479 function_with_dashes: wasmtime::component::ComponentExportIndex, field 522 let function_with_dashes = lookup("function-with-dashes")?; in new() localVariable 537 function_with_dashes, in new() 568 let function_with_dashes = *_instance in load() localVariable 572 >(&mut store, &self.function_with_dashes)? in load() 610 function_with_dashes, in load() 671 >::new_unchecked(self.function_with_dashes) in call_function_with_dashes()
|
| H A D | conventions_tracing_async.rs | 239 fn function_with_dashes( in function_with_dashes() method 280 fn function_with_dashes( in function_with_dashes() method 283 async move { Host::function_with_dashes(*self).await } in function_with_dashes() 403 let r = Host::function_with_dashes(host).await; in add_to_linker() 676 function_with_dashes: wasmtime::component::Func, field 734 let function_with_dashes = lookup("function-with-dashes")?; in new() localVariable 749 function_with_dashes, in new() 780 let function_with_dashes = *_instance in load() localVariable 784 >(&mut store, &self.function_with_dashes)? in load() 822 function_with_dashes, in load() [all …]
|