Home
last modified time | relevance | path

Searched refs:container2_t (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/range/test/algorithm_test/
Dfind_first_of.cpp29 typedef Container2 container2_t; typedef in boost_range_test_algorithm_find_first_of::find_first_of_test_policy
36 container2_t& cont() { return m_cont; } in cont()
81 typedef Container2 container2_t; typedef in boost_range_test_algorithm_find_first_of::find_first_of_pred_test_policy
88 container2_t& cont() { return m_cont; } in cont()
148 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container2>::type container2_t; in test_find_first_of_impl() typedef
152 container2_t mcont2; in test_find_first_of_impl()
Dfind_end.cpp29 typedef Container2 container2_t; typedef in boost_range_test_algorithm_find_end::find_end_test_policy
36 container2_t cont() { return m_cont; } in cont()
82 typedef Container2 container2_t; typedef in boost_range_test_algorithm_find_end::find_end_pred_test_policy
89 container2_t& cont() { return m_cont; } in cont()
150 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container2>::type container2_t; in test_find_end_impl() typedef
154 container2_t mcont2; in test_find_end_impl()
Dequal.cpp32 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container2>::type container2_t; in test_equal_impl() typedef
35 container2_t mcont2; in test_equal_impl()
111 typedef Container2 container2_t; in test_driver() typedef
116 test_equal_impl< const_container1_t, container2_t >(); in test_driver()
118 test_equal_impl< container1_t, container2_t >(); in test_driver()
Dlexicographical_compare.cpp79 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container2>::type container2_t; in test_lexicographical_compare_impl() typedef
82 container2_t cont2; in test_lexicographical_compare_impl()