Searched refs:TypeStreamIndex (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | types.rs | 15 TypeStreamIndex, TypeStreamTableIndex, TypeTupleIndex, TypeVariantIndex, 302 fn streams_equal(&self, t1: TypeStreamIndex, t2: TypeStreamIndex) -> bool { in streams_equal() argument 650 pub struct StreamType(Handle<TypeStreamIndex>); 653 pub(crate) fn from(index: TypeStreamIndex, ty: &InstanceType<'_>) -> Self { in from() argument
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | types.rs | 106 pub struct TypeStreamIndex(u32); 300 pub(super) streams: PrimaryMap<TypeStreamIndex, TypeStream>, 427 impl Index<TypeStreamIndex> for ComponentTypes { TypeStream => streams } 1118 pub ty: TypeStreamIndex,
|
| H A D | types_builder.rs | 50 streams: HashMap<TypeStream, TypeStreamIndex>, 804 pub fn add_stream_type(&mut self, ty: TypeStream) -> TypeStreamIndex { in add_stream_type() argument
|