Searched refs:TypeCollection (Results 1 – 4 of 4) sorted by relevance
6 use crate::{code_memory::CodeMemory, type_registry::TypeCollection};120 signatures: TypeCollection,132 signatures: TypeCollection, in new() argument155 pub fn signatures(&self) -> &TypeCollection { in signatures() argument
89 pub struct TypeCollection { struct96 impl Debug for TypeCollection { argument98 let TypeCollection { in fmt() localVariable120 ) -> Result<TypeCollection, OutOfMemory> in register_and_canonicalize_types() argument172 Ok(TypeCollection { in register_and_canonicalize_types()181 impl TypeCollection { implementation215 impl Drop for TypeCollection { implementation1361 fn unregister_type_collection(&mut self, collection: &TypeCollection) { in unregister_type_collection() argument
659 pub(crate) fn signatures(&self) -> &crate::type_registry::TypeCollection { in signatures() argument
10 type_registry::TypeCollection,500 pub(crate) fn signatures(&self) -> &TypeCollection { in signatures() argument