Searched defs:wasm_table_size_t (Results 1 – 4 of 4) sorted by relevance
15 pub type wasm_table_size_t = u32; typedef95 index: wasm_table_size_t, in wasmtime_funcref_table_get()122 index: wasm_table_size_t, in wasm_table_set()132 index: wasm_table_size_t, in wasmtime_funcref_table_set()163 pub extern "C" fn wasm_table_size(t: &wasm_table_t) -> wasm_table_size_t { in wasm_table_size()170 delta: wasm_table_size_t, in wasm_table_grow()180 delta: wasm_table_size_t, in wasmtime_funcref_table_grow()182 prev_size: Option<&mut wasm_table_size_t>, in wasmtime_funcref_table_grow()
439 typedef uint32_t wasm_table_size_t; typedef