Lines Matching refs:foo
105 impl foo::Host for MyComponent {}
107 impl foo::HostA for MyComponent {
113 impl foo::HostB for MyComponent {
274 with: { "foo:foo/a": super::bindings::foo::foo::a }
280 fn x(&mut self) -> super::bindings::foo::foo::a::T { in x()
314 with: { "foo:foo": super::bindings::foo::foo }
320 fn x(&mut self) -> super::bindings::foo::foo::a::T { in x()
354 with: { "foo": super::bindings::foo }
360 fn x(&mut self) -> super::bindings::foo::foo::a::T { in x()
381 fn foo(&mut self) {} in foo() method
399 fn foo(&mut self) -> wasmtime::Result<()> { in foo() method
420 fn foo(&mut self) -> wasmtime::Result<()> { in foo() method
468 fn foo(&mut self) -> wasmtime::Result<()> { in foo() method
475 fn foo(&mut self) -> wasmtime::Result<()> { in foo() method
481 impl foo::foo::a::Host for X {
482 fn foo(&mut self) -> wasmtime::Result<()> { in foo() method
488 impl foo::foo::a::HostR for X {
492 fn foo(&mut self, _: Resource<R>) {} in foo() method
531 impl foo::foo::a::Host for X {}
533 impl foo::foo::a::HostR for X {
537 fn foo(&mut self, _: Resource<R>) -> wasmtime::Result<()> { in foo() method
642 "my:inline/foo": super::with_async::my::inline::foo,
669 "my:inline/foo": super::with_async::my::inline::foo,
766 async fn foo(&mut self) {} in foo() method