Searched refs:g_relation_count (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/tests/ |
D | relation-test.c | 98 g_assert (g_relation_count (relation, data + i, 0) == 2); in main() 99 g_assert (g_relation_count (relation, data + i, 1) == 2); in main() 102 g_assert (g_relation_count (relation, data, 0) == 0); in main() 104 g_assert (g_relation_count (relation, data + 42, 0) == 2); in main() 105 g_assert (g_relation_count (relation, data + 43, 1) == 2); in main() 106 g_assert (g_relation_count (relation, data + 41, 1) == 2); in main() 108 g_assert (g_relation_count (relation, data + 42, 0) == 0); in main() 109 g_assert (g_relation_count (relation, data + 43, 1) == 1); in main() 110 g_assert (g_relation_count (relation, data + 41, 1) == 1); in main()
|
D | testglib.c | 1402 g_assert (g_relation_count (relation, data + i, 0) == 2); in relation_test() 1403 g_assert (g_relation_count (relation, data + i, 1) == 2); in relation_test() 1406 g_assert (g_relation_count (relation, data, 0) == 0); in relation_test() 1408 g_assert (g_relation_count (relation, data + 42, 0) == 2); in relation_test() 1409 g_assert (g_relation_count (relation, data + 43, 1) == 2); in relation_test() 1410 g_assert (g_relation_count (relation, data + 41, 1) == 2); in relation_test() 1412 g_assert (g_relation_count (relation, data + 42, 0) == 0); in relation_test() 1413 g_assert (g_relation_count (relation, data + 43, 1) == 1); in relation_test() 1414 g_assert (g_relation_count (relation, data + 41, 1) == 1); in relation_test()
|
/third_party/glib/glib/deprecated/ |
D | grel.h | 88 gint g_relation_count (GRelation *relation,
|
D | grel.c | 477 count = g_relation_count (relation, key, field); in g_relation_select() 503 g_relation_count (GRelation *relation, in g_relation_count() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3183 g_relation_count
|