Home
last modified time | relevance | path

Searched refs:HostWithStore (Results 1 – 25 of 119) sorted by relevance

12345

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Duse-paths.rs168 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 Duse-paths_concurrent.rs168 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 Duse-paths_async.rs168 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 Duse-paths_tracing_async.rs168 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 Dresources-import_concurrent.rs330 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 Drename.rs168 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 Drename_async.rs168 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 Drename_concurrent.rs168 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 Drename_tracing_async.rs168 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 Dsimple-wasi_concurrent.rs168 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 Ddead-code.rs168 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 Dsimple-wasi.rs168 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 Dsimple-wasi_async.rs168 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 Ddead-code_async.rs168 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 Ddead-code_concurrent.rs168 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 Ddead-code_tracing_async.rs168 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 Dresources-import.rs327 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 Dmultiversion.rs181 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 Dsimple-wasi_tracing_async.rs168 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 Dshare-types.rs174 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 Dintegers_concurrent.rs176 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 Dmultiversion_async.rs181 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 Dshare-types_async.rs174 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 Dshare-types_concurrent.rs174 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 Dmultiversion_concurrent.rs181 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()

12345