Searched refs:defined_type (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/translate/ |
| H A D | inline.rs | 801 types.defined_type(frame.translation.types_ref(), *ty)? in initializer() 816 types.defined_type(frame.translation.types_ref(), *ty)? in initializer() 836 types.defined_type(frame.translation.types_ref(), *ty)? in initializer() 856 types.defined_type(frame.translation.types_ref(), *ty)? in initializer() 872 types.defined_type(frame.translation.types_ref(), *ty)? in initializer() 888 types.defined_type(frame.translation.types_ref(), *ty)? in initializer() 903 types.defined_type(frame.translation.types_ref(), *ty)? in initializer() 918 types.defined_type(frame.translation.types_ref(), *ty)? in initializer() 933 types.defined_type(frame.translation.types_ref(), *ty)? in initializer() 953 types.defined_type(frame.translation.types_ref(), *ty)? in initializer() [all …]
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | types_builder.rs | 290 TypeDef::Interface(self.defined_type(types, id)?) in convert_component_entity_type() 305 ComponentAnyTypeId::Defined(id) => TypeDef::Interface(self.defined_type(types, id)?), in convert_type() 433 pub fn defined_type( in defined_type() method 490 ComponentValType::Type(id) => self.defined_type(types, *id), in valtype()
|
| /wasmtime-44.0.1/crates/wizer/src/component/ |
| H A D | instrument.rs | 269 .defined_type() in add_core_instance_memory()
|