/third_party/boost/libs/range/test/adaptor_test/ |
D | copied.cpp | 38 std::vector< int > test_result2; in copied_test_impl() local 39 boost::push_back(test_result2, adaptors::copy(c, 0u, c.size())); in copied_test_impl() 44 BOOST_CHECK_EQUAL_COLLECTIONS( test_result2.begin(), test_result2.end(), in copied_test_impl()
|
D | reversed.cpp | 34 std::vector< int > test_result2; in reversed_test_impl() local 35 boost::push_back(test_result2, adaptors::reverse(c)); in reversed_test_impl() 43 test_result2.begin(), test_result2.end() ); in reversed_test_impl()
|
D | indirected.cpp | 40 std::vector< int > test_result2; in indirected_test_impl() local 41 boost::push_back(test_result2, adaptors::indirect(c)); in indirected_test_impl() 58 test_result2.begin(), in indirected_test_impl() 59 test_result2.end() ); in indirected_test_impl()
|
D | replaced_if.cpp | 45 std::vector< int > test_result2; in replaced_if_test_impl() local 46 boost::push_back(test_result2, boost::adaptors::replace_if(c, pred, replacement_value)); in replaced_if_test_impl() 55 test_result2.begin(), test_result2.end() ); in replaced_if_test_impl()
|
D | sliced.cpp | 50 std::vector< value_t > test_result2; in sliced_test_impl() local 51 boost::push_back(test_result2, c | sliced(0u, half_count)); in sliced_test_impl() 53 BOOST_CHECK_EQUAL_COLLECTIONS( test_result2.begin(), test_result2.end(), in sliced_test_impl()
|
D | transformed.cpp | 67 std::vector< int > test_result2; in transformed_test_impl_core() local 68 boost::push_back(test_result2, adaptors::transform(c, fn)); in transformed_test_impl_core() 77 test_result2.begin(), test_result2.end() ); in transformed_test_impl_core()
|
D | uniqued.cpp | 40 std::vector< int > test_result2; in uniqued_test_impl() local 41 boost::push_back(test_result2, adaptors::unique(c)); in uniqued_test_impl() 52 test_result2.begin(), test_result2.end() ); in uniqued_test_impl()
|
D | filtered.cpp | 83 std::vector< value_t > test_result2; in filtered_test_impl() local 84 boost::push_back(test_result2, adaptors::filter(c, pred)); in filtered_test_impl() 102 test_result2.begin(), in filtered_test_impl() 103 test_result2.end() ); in filtered_test_impl()
|
D | adjacent_filtered.cpp | 40 std::vector< value_t > test_result2 in adjacent_filtered_test_impl() local 68 test_result2.begin(), in adjacent_filtered_test_impl() 69 test_result2.end() ); in adjacent_filtered_test_impl()
|
D | replaced.cpp | 39 std::vector< int > test_result2; in replaced_test_impl() local 40 … boost::push_back(test_result2, adaptors::replace(c, value_to_replace, replacement_value)); in replaced_test_impl()
|
/third_party/boost/libs/range/test/algorithm_test/ |
D | equal_range.cpp | 74 pair_t test_result2 = boost::equal_range(boost::make_iterator_range(test), 5); in test() local 76 check_result(reference, reference_result, test, test_result2); in test() 114 … pair_t test_result2 = boost::equal_range(boost::make_iterator_range(test), 5, BinaryPredicate()); in test_pred() local 116 check_result(reference, reference_result, test, test_result2); in test_pred()
|
/third_party/boost/libs/spirit/classic/test/ |
D | traverse_tests.cpp | 409 const char *test_result2[] = { in traverse_trace_tests() local 424 test_result2, _countof(test_result2) in traverse_trace_tests()
|