Home
last modified time | relevance | path

Searched refs:SubType (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/
H A Dtypes.rs35 pub struct SubType { struct
43 type_defs: &'a BTreeMap<TypeId, SubType>, argument
48 = 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()
H A Dops.rs149 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()
/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs2448 fn convert_sub_type(&self, ty: &wasmparser::SubType) -> WasmResult<WasmSubType> { in convert_sub_type()