Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dtyped.rs1509 let (ptr, len) = lower_string(cx, self)?;
1522 let (ptr, len) = lower_string(cx, self)?; in linear_lower_to_memory()
1528 fn lower_string<T>(cx: &mut LowerContext<'_, T>, string: &str) -> Result<(usize, usize)> { in lower_string() function