Searched defs:ArrayType (Results 1 – 4 of 4) sorted by relevance
17 pub fn ty(&self, _store: impl AsContext) -> Result<ArrayType> { in ty()
999 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 { struct2134 impl fmt::Display for ArrayType { argument2142 impl ArrayType { implementation2289 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()
557 pub fn ty(&self, store: impl AsContext) -> Result<ArrayType> { in ty()561 pub(crate) fn _ty(&self, store: &StoreOpaque) -> Result<ArrayType> { in _ty()
299 class ArrayType { class