Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs801 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 Dtypes_builder.rs290 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 Dinstrument.rs269 .defined_type() in add_core_instance_memory()