Home
last modified time | relevance | path

Searched refs:HttpInterfaceIndices (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dshare-types.rs11 indices: HttpInterfaceIndices,
30 let indices = HttpInterfaceIndices::new(&instance_pre)?; in new()
74 pub struct HttpInterfaceIndices { struct
106 impl HttpInterfaceIndices { implementation
118 Ok(HttpInterfaceIndices { interface0 }) in new()
153 let indices = HttpInterfaceIndices::new(&instance.instance_pre(&store))?; in new()
H A Dshare-types_async.rs11 indices: HttpInterfaceIndices,
30 let indices = HttpInterfaceIndices::new(&instance_pre)?; in new()
74 pub struct HttpInterfaceIndices { struct
106 impl HttpInterfaceIndices { impl
118 Ok(HttpInterfaceIndices { interface0 }) in new()
153 let indices = HttpInterfaceIndices::new(&instance.instance_pre(&store))?; in new()
H A Dshare-types_concurrent.rs11 indices: HttpInterfaceIndices,
30 let indices = HttpInterfaceIndices::new(&instance_pre)?; in new()
74 pub struct HttpInterfaceIndices { struct
106 impl HttpInterfaceIndices { impl
118 Ok(HttpInterfaceIndices { interface0 }) in new()
153 let indices = HttpInterfaceIndices::new(&instance.instance_pre(&store))?; in new()
H A Dshare-types_tracing_async.rs11 indices: HttpInterfaceIndices,
30 let indices = HttpInterfaceIndices::new(&instance_pre)?; in new()
74 pub struct HttpInterfaceIndices { struct
106 impl HttpInterfaceIndices { implementation
118 Ok(HttpInterfaceIndices { interface0 }) in new()
153 let indices = HttpInterfaceIndices::new(&instance.instance_pre(&store))?; in new()