Home
last modified time | relevance | path

Searched refs:g_assert_cmpstrv (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/tests/
Dtesting.c73 g_assert_cmpstrv (strv, NULL); in test_assertions_bad_cmpstrv_null1()
81 g_assert_cmpstrv (NULL, strv); in test_assertions_bad_cmpstrv_null2()
90 g_assert_cmpstrv (strv1, strv2); in test_assertions_bad_cmpstrv_length()
99 g_assert_cmpstrv (strv1, strv2); in test_assertions_bad_cmpstrv_values()
199 g_assert_cmpstrv (NULL, NULL); in test_assertions()
200 g_assert_cmpstrv (strv1, strv2); in test_assertions()
Dgvariant.c3205 g_assert_cmpstrv (strv, strvector); in test_varargs()
3206 g_assert_cmpstrv (my_strv, strvector); in test_varargs()
3275 g_assert_cmpstrv (strv, strvector); in test_varargs()
3276 g_assert_cmpstrv (my_strv, strvector); in test_varargs()
3324 g_assert_cmpstrv (strv, strvector); in test_varargs()
3325 g_assert_cmpstrv (my_strv, strvector); in test_varargs()
Dstrfuncs.c552 g_assert_cmpstrv (copy, vec); in test_strdupv()
/third_party/glib/glib/
Dgtestutils.h114 #define g_assert_cmpstrv(strv1, strv2) \ macro
/third_party/glib/gio/tests/
Ddesktop-app-info.c362 g_assert_cmpstrv (actions, expected); in test_actions()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3567 g_assert_cmpstrv
/third_party/glib/
DNEWS398 * Add `g_assert_cmpstrv()` test convenience function (work by Niels De Graef) (#2015)
424 - #2015 Add g_assert_cmpstrv() test utility