Home
last modified time | relevance | path

Searched refs:Query (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/crates/debugger/src/
H A Dlib.rs151 Query(Box<dyn FnOnce(StoreContextMut<'_, T>) -> Box<dyn Any + Send> + Send>), enumerator
207 Command::Query(closure) => { in handle()
484 .send(Command::Query(Box::new(|store| Box::new(f(store))))) in with_store()
/wasmtime-44.0.1/crates/debugger/wit/deps/
H A Dclocks.wit33 /// Query the resolution of the clock. Returns the duration of time
88 /// Query the resolution of the clock.
/wasmtime-44.0.1/crates/wasi/src/p2/wit/deps/
H A Dclocks.wit33 /// Query the resolution of the clock. Returns the duration of time
88 /// Query the resolution of the clock.
/wasmtime-44.0.1/crates/wasi-http/wit/deps/
H A Dclocks.wit33 /// Query the resolution of the clock. Returns the duration of time
88 /// Query the resolution of the clock.
H A Dhttp.wit308 /// Get the combination of the HTTP Path and Query for the Request.
309 /// When `none`, this represents an empty Path and empty Query.
312 /// Set the combination of the HTTP Path and Query for the Request.
313 /// When `none`, this represents an empty Path and empty Query. Fails is the
/wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/
H A Dclocks.wit41 /// Query the resolution of the clock. Returns the duration of time
100 /// Query the resolution of the clock. Returns the smallest duration of time
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/
H A Dclocks.wit41 /// Query the resolution of the clock. Returns the duration of time
100 /// Query the resolution of the clock. Returns the smallest duration of time
H A Dhttp.wit294 /// Get the combination of the HTTP Path and Query for the Request. When
295 /// `none`, this represents an empty Path and empty Query.
297 /// Set the combination of the HTTP Path and Query for the Request. When
298 /// `none`, this represents an empty Path and empty Query. Fails is the