Home
last modified time | relevance | path

Searched refs:test_result2 (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/range/test/adaptor_test/
Dcopied.cpp38 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()
Dreversed.cpp34 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()
Dindirected.cpp40 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()
Dreplaced_if.cpp45 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()
Dsliced.cpp50 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()
Dtransformed.cpp67 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()
Duniqued.cpp40 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()
Dfiltered.cpp83 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()
Dadjacent_filtered.cpp40 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()
Dreplaced.cpp39 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/
Dequal_range.cpp74 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/
Dtraverse_tests.cpp409 const char *test_result2[] = { in traverse_trace_tests() local
424 test_result2, _countof(test_result2) in traverse_trace_tests()