Searched refs:test_container (Results 1 - 25 of 131) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/lower_bound/
H A D1.cc24 using __gnu_test::test_container;
28 typedef test_container<int, forward_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A D1.cc24 using __gnu_test::test_container;
28 typedef test_container<int, forward_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/lower_bound/
H A D1.cc25 using __gnu_test::test_container;
29 typedef test_container<int, forward_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A D1.cc25 using __gnu_test::test_container;
29 typedef test_container<int, forward_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/binary_search/
H A D1.cc24 using __gnu_test::test_container;
28 typedef test_container<int, forward_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/count/
H A D1.cc24 using __gnu_test::test_container;
27 typedef test_container<int, input_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/inplace_merge/
H A Dmoveable.cc31 using __gnu_test::test_container;
35 typedef test_container<rvalstruct, bidirectional_iterator_wrapper> container;
H A Dmoveable2.cc27 using __gnu_test::test_container;
31 typedef test_container<rvalstruct, bidirectional_iterator_wrapper> container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/is_heap/
H A D1.cc22 using __gnu_test::test_container;
25 typedef test_container<int, random_access_iterator_wrapper> container;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/binary_search/
H A D1.cc25 using __gnu_test::test_container;
29 typedef test_container<int, forward_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/count/
H A D1.cc25 using __gnu_test::test_container;
28 typedef test_container<int, input_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/is_heap/
H A D1.cc23 using __gnu_test::test_container;
26 typedef test_container<int, random_access_iterator_wrapper> container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/rotate/
H A Dmoveable2.cc31 using __gnu_test::test_container;
37 typedef test_container<rvalstruct, forward_iterator_wrapper> Fcontainer;
38 typedef test_container<rvalstruct, bidirectional_iterator_wrapper> Bcontainer;
39 typedef test_container<rvalstruct, random_access_iterator_wrapper> Rcontainer;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/unique_copy/
H A D1.cc24 using __gnu_test::test_container;
30 typedef test_container<int, input_iterator_wrapper> Icontainer;
31 typedef test_container<int, forward_iterator_wrapper> Fcontainer;
32 typedef test_container<int, output_iterator_wrapper> Ocontainer;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/25_algorithms/unique_copy/
H A D1.cc25 using __gnu_test::test_container;
31 typedef test_container<int, input_iterator_wrapper> Icontainer;
32 typedef test_container<int, forward_iterator_wrapper> Fcontainer;
33 typedef test_container<int, output_iterator_wrapper> Ocontainer;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/set/modifiers/
H A D16728.cc75 test_container(Container, bool run_threaded = false) function
90 test_container(set<test_type, compare_type>());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/adjacent_find/
H A D1.cc24 using __gnu_test::test_container;
28 typedef test_container<int, forward_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/all_of/
H A D1.cc26 using __gnu_test::test_container;
29 typedef test_container<int, input_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/any_of/
H A D1.cc26 using __gnu_test::test_container;
29 typedef test_container<int, input_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/count_if/
H A D1.cc24 using __gnu_test::test_container;
27 typedef test_container<int, input_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/equal_range/
H A D1.cc25 using __gnu_test::test_container;
29 typedef test_container<int, forward_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/find/
H A D1.cc24 using __gnu_test::test_container;
27 typedef test_container<int, input_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/find_if/
H A D1.cc24 using __gnu_test::test_container;
27 typedef test_container<int, input_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/find_if_not/
H A D1.cc26 using __gnu_test::test_container;
29 typedef test_container<int, input_iterator_wrapper> Container;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/25_algorithms/for_each/
H A D1.cc49 using __gnu_test::test_container;
52 typedef test_container<int, input_iterator_wrapper> Container;

Completed in 249 milliseconds

123456