Searched refs:method_a (Results 1 – 4 of 4) sorted by relevance
389 fn method_a(&mut self, self_: wasmtime::component::Resource<Bar>) -> u32; in method_a() method402 fn method_a( in method_a() method406 HostBar::method_a(*self, self_) in method_a()724 let r = HostBar::method_a(host, arg0); in add_to_linker()
431 fn method_a( in method_a() method453 fn method_a( in method_a() method457 async move { HostBar::method_a(*self, self_).await } in method_a()847 let r = HostBar::method_a(host, arg0).await; in add_to_linker()
494 fn method_a( in method_a() method516 fn method_a( in method_a() method520 async move { HostBar::method_a(*self, self_).await } in method_a()946 let r = HostBar::method_a(host, arg0).await; in add_to_linker()
404 fn method_a<T: Send>( in method_a() method645 let r = <D as HostBarWithStore>::method_a(host, arg0).await; in add_to_linker()