/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
D | for_each.pass.cpp | 54 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/ |
D | set.pass.cpp | 74 …EXPECT_EQ_N(expect.begin(), out.begin(), std::distance(out.begin(), res), "wrong set_union effect"… in operator ()() 104 …EXPECT_EQ_N(expect.begin(), out.begin(), std::distance(out.begin(), res), "wrong set_intersection … in operator ()() 134 …EXPECT_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/ |
D | copy_move.pass.cpp | 59 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 ()()
|
D | replace_copy.pass.cpp | 38 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 ()()
|
D | unique_copy_equal.pass.cpp | 58 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 ()()
|
D | unique.pass.cpp | 70 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 ()()
|
D | remove.pass.cpp | 56 … EXPECT_EQ_N(expected_first, out_first, std::distance(expected_first, i), "wrong remove effect"); in operator ()() 95 …EXPECT_EQ_N(expected_first, out_first, std::distance(expected_first, i), "wrong remove_if effect"); in operator ()()
|
D | remove_copy.pass.cpp | 38 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/ |
D | copy_if.pass.cpp | 57 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/ |
D | partial_sort_copy.pass.cpp | 99 EXPECT_EQ_N(exp_first, d_first, n2, "wrong effect from partial_sort_copy with predicate"); in operator ()() 111 … EXPECT_EQ_N(exp_first, d_first, n2, "wrong effect from partial_sort_copy without predicate"); in operator ()()
|
D | partial_sort.pass.cpp | 78 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/ |
D | reverse_copy.pass.cpp | 94 EXPECT_EQ_N(res.begin(), actual_b, n, "wrong effect of reverse_copy"); in operator ()()
|
/external/llvm-project/pstl/test/std/algorithms/alg.merge/ |
D | inplace_merge.pass.cpp | 57 EXPECT_EQ_N(first1, first2, n, "wrong effect from inplace_merge with predicate"); in operator ()()
|
/external/llvm-project/pstl/test/std/numerics/numeric.ops/ |
D | scan.pass.cpp | 93 EXPECT_EQ_N(expected_first, out_first, n, in check_and_reset()
|
D | transform_scan.pass.cpp | 30 EXPECT_EQ_N(expected_first, out_first, n, in check_and_reset()
|
/external/llvm-project/pstl/test/support/ |
D | utils.h | 49 #define EXPECT_EQ_N(expected, actual, n, message) … macro
|