Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes.rs303 PrimaryMap<TypeComponentLocalErrorContextTableIndex, TypeErrorContextTable>,
430 …impl Index<TypeComponentLocalErrorContextTableIndex> for ComponentTypes { TypeErrorContextTable =>…
1125 pub struct TypeErrorContextTable { struct
H A Dtypes_builder.rs53 error_context_tables: HashMap<TypeErrorContextTable, TypeComponentLocalErrorContextTableIndex>,
684 Ok(self.add_error_context_table_type(TypeErrorContextTable { in error_context_table_type()
820 ty: TypeErrorContextTable, in add_error_context_table_type() argument