Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgsettings.c2398 strv_set_equal (gchar **strv, ...) in strv_set_equal() function
2441 g_assert_true (strv_set_equal (children, "basic-types", "complex-types", "localized", NULL)); in test_list_items()
2442 g_assert_true (strv_set_equal (keys, "greeting", "farewell", NULL)); in test_list_items()
2462 g_assert_true (strv_set_equal ((gchar **)relocs, in test_list_schemas()
2468 g_assert_true (strv_set_equal ((gchar **)schemas, in test_list_schemas()
2672 g_assert_true (strv_set_equal ((gchar **)keys, in test_schema_list_keys()
2989 g_assert_true (strv_set_equal (keys, "int32", "string", "another-int32", NULL)); in test_extended_schema()
Dactions.c152 strv_set_equal (gchar **strv, ...) in strv_set_equal() function
218 g_assert_true (strv_set_equal (actions, "foo", "bar", NULL)); in test_simple_group()