Lines Matching refs:g_strv_equal

969   g_assert_true (g_strv_equal ((const gchar * const *) tokens,  in test_str_tokenize_and_fold()
976 g_assert_true (g_strv_equal ((const gchar * const *) tokens, in test_str_tokenize_and_fold()
983 g_assert_true (g_strv_equal ((const gchar * const *) tokens, in test_str_tokenize_and_fold()
989 g_assert_true (g_strv_equal ((const gchar * const *) tokens, in test_str_tokenize_and_fold()
2187 result = g_strv_equal (NULL, strv_simple2); in test_strv_equal()
2193 result = g_strv_equal (strv_simple, NULL); in test_strv_equal()
2198 g_assert_true (g_strv_equal (strv_empty, strv_empty)); in test_strv_equal()
2199 g_assert_true (g_strv_equal (strv_empty, strv_empty2)); in test_strv_equal()
2200 g_assert_true (g_strv_equal (strv_empty2, strv_empty)); in test_strv_equal()
2201 g_assert_false (g_strv_equal (strv_empty, strv_simple)); in test_strv_equal()
2202 g_assert_false (g_strv_equal (strv_simple, strv_empty)); in test_strv_equal()
2203 g_assert_true (g_strv_equal (strv_simple, strv_simple)); in test_strv_equal()
2204 g_assert_true (g_strv_equal (strv_simple, strv_simple2)); in test_strv_equal()
2205 g_assert_true (g_strv_equal (strv_simple2, strv_simple)); in test_strv_equal()
2206 g_assert_false (g_strv_equal (strv_simple, strv_simple_reordered)); in test_strv_equal()
2207 g_assert_false (g_strv_equal (strv_simple_reordered, strv_simple)); in test_strv_equal()
2208 g_assert_false (g_strv_equal (strv_simple, strv_simple_superset)); in test_strv_equal()
2209 g_assert_false (g_strv_equal (strv_simple_superset, strv_simple)); in test_strv_equal()
2210 g_assert_false (g_strv_equal (strv_simple, strv_another)); in test_strv_equal()
2211 g_assert_false (g_strv_equal (strv_another, strv_simple)); in test_strv_equal()