Searched refs:g_hash_table_size (Results 1 – 10 of 10) sorted by relevance
292 g_assert (g_hash_table_size (h) == 20); in second_hash_test()308 g_assert (g_hash_table_size (h) == 19); in second_hash_test()310 g_assert (g_hash_table_size (h) == 9); in second_hash_test()366 g_assert (g_hash_table_size (h) == 20); in direct_hash_test()412 if (values_len != keys_len && keys_len != g_hash_table_size (hash_table)) in main()430 g_assert (g_hash_table_size (hash_table) == 5000); in main()445 g_hash_table_size (hash_table) != 5000) in main()
1058 g_hash_table_size (hash_table) != 5000) in hash_table_tests()
74 if (g_hash_table_size (hash) > 0) { in dump_hash()
382 g_assert (g_hash_table_size (f->children) == 0); in node_delete()410 return g_hash_table_size (f->children); in children_num()
97 guint g_hash_table_size (GHashTable *hash_table);
1270 g_hash_table_size (GHashTable *hash_table) in g_hash_table_size() function
932 #undef g_hash_table_size 933 extern __typeof (g_hash_table_size) g_hash_table_size __attribute((alias("IA__g_hash_table_size"), …
925 extern __typeof (g_hash_table_size) IA__g_hash_table_size __attribute((visibility("hidden")));926 #define g_hash_table_size IA__g_hash_table_size macro
2016 g_hash_table_size
56 * glib.h: return guints instead of gints for g_hash_table_size2399 * ghash.c: new function, g_hash_table_size