Searched refs:TypeImpl (Results 1 – 2 of 2) sorted by relevance
41 typedef struct TypeImpl TypeImpl; typedef48 struct TypeImpl struct69 TypeImpl *parent_type; argument92 static void type_table_add(TypeImpl *ti) in type_table_add() argument98 static TypeImpl *type_table_lookup(const char *name) in type_table_lookup()103 static TypeImpl *type_new(const TypeInfo *info) in type_new()105 TypeImpl *ti = g_malloc0(sizeof(*ti)); in type_new()163 static TypeImpl *type_register_internal(const TypeInfo *info) in type_register_internal()165 TypeImpl *ti; in type_register_internal()178 TypeImpl *type_register(const TypeInfo *info) in type_register()[all …]
20 struct TypeImpl;21 typedef struct TypeImpl *Type;