Searched refs:SubType (Results 1 – 3 of 3) sorted by relevance
35 pub struct SubType { struct43 type_defs: &'a BTreeMap<TypeId, SubType>, argument48 = std::iter::Copied<std::collections::btree_map::Keys<'a, TypeId, SubType>>72 type_defs: &'a BTreeMap<TypeId, SubType>,120 pub(crate) type_defs: BTreeMap<TypeId, SubType>,178 SubType { in insert_empty_struct()
149 let encode_ty_id = |ty_id: &TypeId| -> wasm_encoder::SubType { in to_wasm_binary()152 CompositeType::Struct(StructType {}) => wasm_encoder::SubType { in to_wasm_binary()172 let members: Vec<wasm_encoder::SubType> = type_ids.iter().map(encode_ty_id).collect(); in to_wasm_binary()
2448 fn convert_sub_type(&self, ty: &wasmparser::SubType) -> WasmResult<WasmSubType> { in convert_sub_type()