Searched refs:test_result1 (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/libs/range/test/adaptor_test/ |
D | copied.cpp | 34 std::vector< int > test_result1; in copied_test_impl() local 35 boost::push_back(test_result1, c | copied(0u, c.size())); in copied_test_impl() 41 BOOST_CHECK_EQUAL_COLLECTIONS( test_result1.begin(), test_result1.end(), in copied_test_impl()
|
D | reversed.cpp | 31 std::vector< int > test_result1; in reversed_test_impl() local 32 boost::push_back(test_result1, c | reversed); in reversed_test_impl() 40 test_result1.begin(), test_result1.end() ); in reversed_test_impl()
|
D | replaced.cpp | 36 std::vector< int > test_result1; in replaced_test_impl() local 37 boost::push_back(test_result1, c | replaced(value_to_replace, replacement_value)); in replaced_test_impl() 46 test_result1.begin(), test_result1.end() ); in replaced_test_impl()
|
D | replaced_if.cpp | 42 std::vector< int > test_result1; in replaced_if_test_impl() local 43 boost::push_back(test_result1, c | replaced_if(pred, replacement_value)); in replaced_if_test_impl() 52 test_result1.begin(), test_result1.end() ); in replaced_if_test_impl()
|
D | indirected.cpp | 36 std::vector< int > test_result1; in indirected_test_impl() local 37 boost::push_back(test_result1, c | indirected); in indirected_test_impl() 53 test_result1.begin(), in indirected_test_impl() 54 test_result1.end() ); in indirected_test_impl()
|
D | sliced.cpp | 34 std::vector< value_t > test_result1; in sliced_test_impl() local 35 boost::push_back(test_result1, c | sliced(0u,c.size())); in sliced_test_impl() 37 BOOST_CHECK_EQUAL_COLLECTIONS( test_result1.begin(), test_result1.end(), in sliced_test_impl()
|
D | tokenized.cpp | 31 std::vector< boost::sub_match< Iterator > > test_result1; in tokenized_test_impl() local 32 boost::push_back(test_result1, c | tokenized(boost::regex("\\b"))); in tokenized_test_impl() 34 BOOST_CHECK_EQUAL( test_result1.size(), expected_result ); in tokenized_test_impl()
|
D | uniqued.cpp | 37 std::vector< int > test_result1; in uniqued_test_impl() local 38 boost::push_back(test_result1, c | uniqued); in uniqued_test_impl() 49 test_result1.begin(), test_result1.end() ); in uniqued_test_impl()
|
D | transformed.cpp | 64 std::vector< int > test_result1; in transformed_test_impl_core() local 65 boost::push_back(test_result1, c | transformed(fn)); in transformed_test_impl_core() 74 test_result1.begin(), test_result1.end() ); in transformed_test_impl_core()
|
D | filtered.cpp | 79 std::vector< value_t > test_result1; in filtered_test_impl() local 80 boost::push_back(test_result1, c | filtered(pred)); in filtered_test_impl() 97 test_result1.begin(), in filtered_test_impl() 98 test_result1.end() ); in filtered_test_impl()
|
D | adjacent_filtered.cpp | 35 std::vector< value_t > test_result1 in adjacent_filtered_test_impl() local 63 test_result1.begin(), in adjacent_filtered_test_impl() 64 test_result1.end() ); in adjacent_filtered_test_impl()
|
/third_party/boost/libs/spirit/classic/test/ |
D | traverse_tests.cpp | 395 const char *test_result1[] = { in traverse_trace_tests() local 403 test_result1, _countof(test_result1) in traverse_trace_tests()
|