Home
last modified time | relevance | path

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

/qemu/qom/
H A Dobject.c79 static GHashTable *type_table_get(void) in type_table_get() function
95 g_hash_table_insert(type_table_get(), (void *)ti->name, ti); in type_table_add()
100 return g_hash_table_lookup(type_table_get(), name); in type_table_lookup()
1146 g_hash_table_foreach(type_table_get(), object_class_foreach_tramp, &data); in object_class_foreach()