| /wasmtime-44.0.1/crates/component-macro/tests/expanded/ |
| H A D | use-paths.rs | 168 D: foo::foo::a::HostWithStore + foo::foo::b::HostWithStore in add_to_linker() argument 169 + foo::foo::c::HostWithStore + d::HostWithStore, in add_to_linker() 205 impl<_T: ?Sized> HostWithStore for _T 222 D: HostWithStore, in add_to_linker() argument 248 impl<_T: ?Sized> HostWithStore for _T 265 D: HostWithStore, in add_to_linker() argument 291 impl<_T: ?Sized> HostWithStore for _T 308 D: HostWithStore, in add_to_linker() argument 335 pub trait HostWithStore: wasmtime::component::HasData {} interface 336 impl<_T: ?Sized> HostWithStore for _T [all …]
|
| H A D | use-paths_concurrent.rs | 168 D: foo::foo::a::HostWithStore + foo::foo::b::HostWithStore in add_to_linker() 169 + foo::foo::c::HostWithStore + d::HostWithStore + Send, in add_to_linker() 217 D: HostWithStore, in add_to_linker() argument 227 let r = <D as HostWithStore>::a(host).await; in add_to_linker() 256 D: HostWithStore, in add_to_linker() argument 266 let r = <D as HostWithStore>::a(host).await; in add_to_linker() 295 D: HostWithStore, in add_to_linker() argument 305 let r = <D as HostWithStore>::a(host).await; in add_to_linker() 324 pub trait HostWithStore: wasmtime::component::HasData + Send { trait 336 D: HostWithStore, in add_to_linker() [all …]
|
| H A D | use-paths_async.rs | 168 D: foo::foo::a::HostWithStore + foo::foo::b::HostWithStore in add_to_linker() 169 + foo::foo::c::HostWithStore + d::HostWithStore + Send, in add_to_linker() 206 impl<_T: ?Sized> HostWithStore for _T 223 D: HostWithStore, in add_to_linker() argument 251 impl<_T: ?Sized> HostWithStore for _T 268 D: HostWithStore, in add_to_linker() argument 296 impl<_T: ?Sized> HostWithStore for _T 313 D: HostWithStore, in add_to_linker() argument 342 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait 343 impl<_T: ?Sized> HostWithStore for _T [all …]
|
| H A D | use-paths_tracing_async.rs | 168 D: foo::foo::a::HostWithStore + foo::foo::b::HostWithStore in add_to_linker() 169 + foo::foo::c::HostWithStore + d::HostWithStore + Send, in add_to_linker() 206 impl<_T: ?Sized> HostWithStore for _T 223 D: HostWithStore, in add_to_linker() argument 264 impl<_T: ?Sized> HostWithStore for _T 281 D: HostWithStore, in add_to_linker() argument 322 impl<_T: ?Sized> HostWithStore for _T 339 D: HostWithStore, in add_to_linker() argument 381 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait 382 impl<_T: ?Sized> HostWithStore for _T [all …]
|
| H A D | resources-import_concurrent.rs | 330 D: foo::foo::resources::HostWithStore in add_to_linker() 580 D: HostWithStore, in add_to_linker() argument 934 impl<_T: ?Sized> HostWithStore for _T 945 D: HostWithStore, in add_to_linker() argument 975 impl<_T: ?Sized> HostWithStore for _T 986 D: HostWithStore, in add_to_linker() argument 1000 impl<_T: ?Sized> HostWithStore for _T 1011 D: HostWithStore, in add_to_linker() argument 1038 D: HostWithStore, in add_to_linker() argument 1072 impl<_T: ?Sized> HostWithStore for _T [all …]
|
| H A D | rename.rs | 168 D: foo::foo::green::HostWithStore + foo::foo::red::HostWithStore, in add_to_linker() argument 189 pub trait HostWithStore: wasmtime::component::HasData {} trait 190 impl<_T: ?Sized> HostWithStore for _T 201 D: HostWithStore, in add_to_linker() argument 218 pub trait HostWithStore: wasmtime::component::HasData {} trait 219 impl<_T: ?Sized> HostWithStore for _T 236 D: HostWithStore, in add_to_linker() argument
|
| H A D | rename_async.rs | 168 D: foo::foo::green::HostWithStore + foo::foo::red::HostWithStore + Send, in add_to_linker() 189 pub trait HostWithStore: wasmtime::component::HasData {} trait 190 impl<_T: ?Sized> HostWithStore for _T 201 D: HostWithStore, in add_to_linker() argument 218 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait 219 impl<_T: ?Sized> HostWithStore for _T 236 D: HostWithStore, in add_to_linker() argument
|
| H A D | rename_concurrent.rs | 168 D: foo::foo::green::HostWithStore + foo::foo::red::HostWithStore + Send, in add_to_linker() 189 pub trait HostWithStore: wasmtime::component::HasData {} interface 190 impl<_T: ?Sized> HostWithStore for _T 201 D: HostWithStore, in add_to_linker() argument 218 pub trait HostWithStore: wasmtime::component::HasData + Send { interface 230 D: HostWithStore, in add_to_linker() argument 240 let r = <D as HostWithStore>::foo(host).await; in add_to_linker()
|
| H A D | rename_tracing_async.rs | 168 D: foo::foo::green::HostWithStore + foo::foo::red::HostWithStore + Send, in add_to_linker() 189 pub trait HostWithStore: wasmtime::component::HasData {} trait 190 impl<_T: ?Sized> HostWithStore for _T 201 D: HostWithStore, in add_to_linker() argument 218 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait 219 impl<_T: ?Sized> HostWithStore for _T 236 D: HostWithStore, in add_to_linker() argument
|
| H A D | simple-wasi_concurrent.rs | 168 D: foo::foo::wasi_filesystem::HostWithStore in add_to_linker() 169 + foo::foo::wall_clock::HostWithStore + Send, in add_to_linker() 248 pub trait HostWithStore: wasmtime::component::HasData + Send { interface 265 D: HostWithStore, in add_to_linker() argument 275 let r = <D as HostWithStore>::create_directory_at(host) in add_to_linker() 286 let r = <D as HostWithStore>::stat(host).await; in add_to_linker() 317 pub trait HostWithStore: wasmtime::component::HasData {} trait 318 impl<_T: ?Sized> HostWithStore for _T 329 D: HostWithStore, in add_to_linker() argument
|
| H A D | dead-code.rs | 168 D: a::b::interface_with_live_type::HostWithStore in add_to_linker() 169 + a::b::interface_with_dead_type::HostWithStore, in add_to_linker() argument 208 pub trait HostWithStore: wasmtime::component::HasData {} interface 209 impl<_T: ?Sized> HostWithStore for _T 226 D: HostWithStore, in add_to_linker() argument 296 pub trait HostWithStore: wasmtime::component::HasData {} interface 297 impl<_T: ?Sized> HostWithStore for _T 308 D: HostWithStore, in add_to_linker() argument
|
| H A D | simple-wasi.rs | 168 D: foo::foo::wasi_filesystem::HostWithStore in add_to_linker() argument 169 + foo::foo::wall_clock::HostWithStore, in add_to_linker() 248 pub trait HostWithStore: wasmtime::component::HasData {} interface 249 impl<_T: ?Sized> HostWithStore for _T 270 D: HostWithStore, in add_to_linker() argument 317 pub trait HostWithStore: wasmtime::component::HasData {} trait 318 impl<_T: ?Sized> HostWithStore for _T 329 D: HostWithStore, in add_to_linker() argument
|
| H A D | simple-wasi_async.rs | 168 D: foo::foo::wasi_filesystem::HostWithStore in add_to_linker() 169 + foo::foo::wall_clock::HostWithStore + Send, in add_to_linker() 248 pub trait HostWithStore: wasmtime::component::HasData + Send {} interface 249 impl<_T: ?Sized> HostWithStore for _T 282 D: HostWithStore, in add_to_linker() argument 333 pub trait HostWithStore: wasmtime::component::HasData {} trait 334 impl<_T: ?Sized> HostWithStore for _T 345 D: HostWithStore, in add_to_linker() argument
|
| H A D | dead-code_async.rs | 168 D: a::b::interface_with_live_type::HostWithStore in add_to_linker() 169 + a::b::interface_with_dead_type::HostWithStore + Send, in add_to_linker() 208 pub trait HostWithStore: wasmtime::component::HasData + Send {} interface 209 impl<_T: ?Sized> HostWithStore for _T 228 D: HostWithStore, in add_to_linker() argument 300 pub trait HostWithStore: wasmtime::component::HasData {} interface 301 impl<_T: ?Sized> HostWithStore for _T 312 D: HostWithStore, in add_to_linker() argument
|
| H A D | dead-code_concurrent.rs | 168 D: a::b::interface_with_live_type::HostWithStore in add_to_linker() 169 + a::b::interface_with_dead_type::HostWithStore + Send, in add_to_linker() 208 pub trait HostWithStore: wasmtime::component::HasData + Send { interface 220 D: HostWithStore, in add_to_linker() argument 230 let r = <D as HostWithStore>::f(host).await; in add_to_linker() 292 pub trait HostWithStore: wasmtime::component::HasData {} trait 293 impl<_T: ?Sized> HostWithStore for _T 304 D: HostWithStore, in add_to_linker() argument
|
| H A D | dead-code_tracing_async.rs | 168 D: a::b::interface_with_live_type::HostWithStore in add_to_linker() 169 + a::b::interface_with_dead_type::HostWithStore + Send, in add_to_linker() 208 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait 209 impl<_T: ?Sized> HostWithStore for _T 228 D: HostWithStore, in add_to_linker() argument 313 pub trait HostWithStore: wasmtime::component::HasData {} interface 314 impl<_T: ?Sized> HostWithStore for _T 325 D: HostWithStore, in add_to_linker() argument
|
| H A D | resources-import.rs | 327 D: foo::foo::resources::HostWithStore in add_to_linker() 505 impl<_T: ?Sized> HostWithStore for _T 673 D: HostWithStore, in add_to_linker() argument 967 impl<_T: ?Sized> HostWithStore for _T 978 D: HostWithStore, in add_to_linker() argument 1002 impl<_T: ?Sized> HostWithStore for _T 1013 D: HostWithStore, in add_to_linker() argument 1027 impl<_T: ?Sized> HostWithStore for _T 1038 D: HostWithStore, in add_to_linker() argument 1069 D: HostWithStore, in add_to_linker() argument [all …]
|
| H A D | multiversion.rs | 181 D: my::dep0_1_0::a::HostWithStore + my::dep0_2_0::a::HostWithStore, in add_to_linker() argument 203 pub trait HostWithStore: wasmtime::component::HasData {} interface 204 impl<_T: ?Sized> HostWithStore for _T 221 D: HostWithStore, in add_to_linker() argument 243 pub trait HostWithStore: wasmtime::component::HasData {} trait 244 impl<_T: ?Sized> HostWithStore for _T 261 D: HostWithStore, in add_to_linker() argument
|
| H A D | simple-wasi_tracing_async.rs | 168 D: foo::foo::wasi_filesystem::HostWithStore in add_to_linker() 169 + foo::foo::wall_clock::HostWithStore + Send, in add_to_linker() 248 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait 249 impl<_T: ?Sized> HostWithStore for _T 282 D: HostWithStore, in add_to_linker() argument 359 pub trait HostWithStore: wasmtime::component::HasData {} trait 360 impl<_T: ?Sized> HostWithStore for _T 371 D: HostWithStore, in add_to_linker() argument
|
| H A D | share-types.rs | 174 D: foo::foo::http_types::HostWithStore + http_fetch::HostWithStore, in add_to_linker() argument 231 pub trait HostWithStore: wasmtime::component::HasData {} interface 232 impl<_T: ?Sized> HostWithStore for _T 243 D: HostWithStore, in add_to_linker() argument 267 pub trait HostWithStore: wasmtime::component::HasData {} trait 268 impl<_T: ?Sized> HostWithStore for _T 285 D: HostWithStore, in add_to_linker()
|
| H A D | integers_concurrent.rs | 176 D: foo::foo::integers::HostWithStore + Send, in add_to_linker() 194 pub trait HostWithStore: wasmtime::component::HasData + Send { interface 273 D: HostWithStore, in add_to_linker() argument 375 let r = <D as HostWithStore>::a9( in add_to_linker() 396 let r = <D as HostWithStore>::r1(host).await; in add_to_linker() 406 let r = <D as HostWithStore>::r2(host).await; in add_to_linker() 416 let r = <D as HostWithStore>::r3(host).await; in add_to_linker() 426 let r = <D as HostWithStore>::r4(host).await; in add_to_linker() 436 let r = <D as HostWithStore>::r5(host).await; in add_to_linker() 446 let r = <D as HostWithStore>::r6(host).await; in add_to_linker() [all …]
|
| H A D | multiversion_async.rs | 181 D: my::dep0_1_0::a::HostWithStore + my::dep0_2_0::a::HostWithStore + Send, in add_to_linker() 203 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait 204 impl<_T: ?Sized> HostWithStore for _T 221 D: HostWithStore, in add_to_linker() argument 245 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait 246 impl<_T: ?Sized> HostWithStore for _T 263 D: HostWithStore, in add_to_linker() argument
|
| H A D | share-types_async.rs | 174 D: foo::foo::http_types::HostWithStore + http_fetch::HostWithStore + Send, in add_to_linker() 231 pub trait HostWithStore: wasmtime::component::HasData {} interface 232 impl<_T: ?Sized> HostWithStore for _T 243 D: HostWithStore, in add_to_linker() argument 267 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait 268 impl<_T: ?Sized> HostWithStore for _T 291 D: HostWithStore, in add_to_linker()
|
| H A D | share-types_concurrent.rs | 174 D: foo::foo::http_types::HostWithStore + http_fetch::HostWithStore + Send, in add_to_linker() 231 pub trait HostWithStore: wasmtime::component::HasData {} trait 232 impl<_T: ?Sized> HostWithStore for _T 243 D: HostWithStore, in add_to_linker() argument 267 pub trait HostWithStore: wasmtime::component::HasData + Send { interface 280 D: HostWithStore, in add_to_linker() 290 let r = <D as HostWithStore>::fetch_request(host, arg0).await; in add_to_linker()
|
| H A D | multiversion_concurrent.rs | 181 D: my::dep0_1_0::a::HostWithStore + my::dep0_2_0::a::HostWithStore + Send, in add_to_linker() 203 pub trait HostWithStore: wasmtime::component::HasData + Send { interface 215 D: HostWithStore, in add_to_linker() argument 225 let r = <D as HostWithStore>::x(host).await; in add_to_linker() 239 pub trait HostWithStore: wasmtime::component::HasData + Send { interface 251 D: HostWithStore, in add_to_linker() argument 261 let r = <D as HostWithStore>::x(host).await; in add_to_linker()
|