Searched defs:_GHashTable (Results 1 – 1 of 1) sorted by relevance
405 struct _GHashTable { struct406 int ref_count;407 int num_items;408 int num_used; // count of items + tombstones409 int capacity;410 GHashEntry* entries;411 GHashFunc hash_func;412 GEqualFunc key_equal_func;