Home
last modified time | relevance | path

Searched defs:_GHashTable (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/mini-glib/src/
Dglib-mini.c405 struct _GHashTable { struct
406 int ref_count;
407 int num_items;
408 int num_used; // count of items + tombstones
409 int capacity;
410 GHashEntry* entries;
411 GHashFunc hash_func;
412 GEqualFunc key_equal_func;