Home
last modified time | relevance | path

Searched refs:TypeCollection (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode.rs6 use crate::{code_memory::CodeMemory, type_registry::TypeCollection};
120 signatures: TypeCollection,
132 signatures: TypeCollection, in new() argument
155 pub fn signatures(&self) -> &TypeCollection { in signatures() argument
H A Dtype_registry.rs89 pub struct TypeCollection { struct
96 impl Debug for TypeCollection { argument
98 let TypeCollection { in fmt() localVariable
120 ) -> Result<TypeCollection, OutOfMemory> in register_and_canonicalize_types() argument
172 Ok(TypeCollection { in register_and_canonicalize_types()
181 impl TypeCollection { implementation
215 impl Drop for TypeCollection { implementation
1361 fn unregister_type_collection(&mut self, collection: &TypeCollection) { in unregister_type_collection() argument
H A Dmodule.rs659 pub(crate) fn signatures(&self) -> &crate::type_registry::TypeCollection { in signatures() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs10 type_registry::TypeCollection,
500 pub(crate) fn signatures(&self) -> &TypeCollection { in signatures() argument