Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dhandle_table.rs282 pub fn stream_insert_read(&mut self, ty: TypeStreamTableIndex, rep: u32) -> Result<u32> { in stream_insert_read() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs1811 .stream_insert_read(dst, rep)?; in lower_stream_to_index()
4309 table.stream_insert_read(ty, read.rep())?, in guest_new()
4386 TransmitIndex::Stream(idx) => dst_table.stream_insert_read(idx, rep), in guest_transfer()