Home
last modified time | relevance | path

Searched defs:ArrayType (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/disabled/
H A Darrayref.rs17 pub fn ty(&self, _store: impl AsContext) -> Result<ArrayType> { in ty()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtypes.rs999 pub fn as_concrete_array(&self) -> Option<&ArrayType> { in as_concrete_array()
1008 pub fn unwrap_concrete_array(&self) -> &ArrayType { in unwrap_concrete_array()
2130 pub struct ArrayType { struct
2134 impl fmt::Display for ArrayType { argument
2142 impl ArrayType { implementation
2289 pub fn eq(a: &ArrayType, b: &ArrayType) -> bool { in eq()
2326 ) -> Result<ArrayType> { in from_wasm_array_type()
2343 pub(crate) fn from_shared_type_index(engine: &Engine, index: VMSharedTypeIndex) -> ArrayType { in from_shared_type_index()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Darrayref.rs557 pub fn ty(&self, store: impl AsContext) -> Result<ArrayType> { in ty()
561 pub(crate) fn _ty(&self, store: &StoreOpaque) -> Result<ArrayType> { in _ty()
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dgc.hh299 class ArrayType { class