Home
last modified time | relevance | path

Searched refs:EXPECT_EQ_N (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
Dfor_each.pass.cpp54 EXPECT_EQ_N(expected_first, first, n, "wrong effect from for_each"); in operator ()()
59 EXPECT_EQ_N(expected_first, first, n, "wrong effect from for_each_n"); in operator ()()
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.set.operations/
Dset.pass.cpp74EXPECT_EQ_N(expect.begin(), out.begin(), std::distance(out.begin(), res), "wrong set_union effect"… in operator ()()
104EXPECT_EQ_N(expect.begin(), out.begin(), std::distance(out.begin(), res), "wrong set_intersection … in operator ()()
134EXPECT_EQ_N(expect.begin(), out.begin(), std::distance(out.begin(), res), "wrong set_difference ef… in operator ()()
164 EXPECT_EQ_N(expect.begin(), out.begin(), std::distance(out.begin(), res), in operator ()()
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
Dcopy_move.pass.cpp59 EXPECT_EQ_N(expected_first, out_first, size, "wrong effect from copy"); in operator ()()
68 EXPECT_EQ_N(expected_first, out_first, size, "wrong effect from copy_n"); in operator ()()
110 EXPECT_EQ_N(expected_first, out_first, size, "wrong effect from move"); in operator ()()
Dreplace_copy.pass.cpp38 EXPECT_EQ_N(expected_first, out_first, n, "wrong replace_copy effect"); in operator ()()
47 EXPECT_EQ_N(expected_first, out_first, n, "wrong replace_copy_if effect"); in operator ()()
Dunique_copy_equal.pass.cpp58 EXPECT_EQ_N(expected_first, out_first, n, "wrong unique_copy effect"); in operator ()()
71 EXPECT_EQ_N(expected_first, out_first, n, "wrong unique_copy with predicate effect"); in operator ()()
Dunique.pass.cpp70 EXPECT_EQ_N(first1, first2, n, "wrong effect from unique without predicate"); in operator ()()
89 EXPECT_EQ_N(first1, first2, n, "wrong effect from unique with predicate"); in operator ()()
Dremove.pass.cpp56EXPECT_EQ_N(expected_first, out_first, std::distance(expected_first, i), "wrong remove effect"); in operator ()()
95EXPECT_EQ_N(expected_first, out_first, std::distance(expected_first, i), "wrong remove_if effect"); in operator ()()
Dremove_copy.pass.cpp38 EXPECT_EQ_N(expected_first, out_first, n, "wrong remove_copy effect"); in operator ()()
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/
Dcopy_if.pass.cpp57 EXPECT_EQ_N(expected_first, out_first, n, "wrong copy_if effect"); in operator ()()
70 EXPECT_EQ_N(expected_first, out_first, n, "wrong remove_copy_if effect"); in operator ()()
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/
Dpartial_sort_copy.pass.cpp99 EXPECT_EQ_N(exp_first, d_first, n2, "wrong effect from partial_sort_copy with predicate"); in operator ()()
111EXPECT_EQ_N(exp_first, d_first, n2, "wrong effect from partial_sort_copy without predicate"); in operator ()()
Dpartial_sort.pass.cpp78 EXPECT_EQ_N(exp_first, first, p, "wrong effect from partial_sort"); in operator ()()
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/
Dreverse_copy.pass.cpp94 EXPECT_EQ_N(res.begin(), actual_b, n, "wrong effect of reverse_copy"); in operator ()()
/external/llvm-project/pstl/test/std/algorithms/alg.merge/
Dinplace_merge.pass.cpp57 EXPECT_EQ_N(first1, first2, n, "wrong effect from inplace_merge with predicate"); in operator ()()
/external/llvm-project/pstl/test/std/numerics/numeric.ops/
Dscan.pass.cpp93 EXPECT_EQ_N(expected_first, out_first, n, in check_and_reset()
Dtransform_scan.pass.cpp30 EXPECT_EQ_N(expected_first, out_first, n, in check_and_reset()
/external/llvm-project/pstl/test/support/
Dutils.h49 #define EXPECT_EQ_N(expected, actual, n, message) … macro