Searched refs:const_iterator1_t (Results 1 – 3 of 3) sorted by relevance
107 typedef BOOST_DEDUCED_TYPENAME Container1::const_iterator const_iterator1_t; in test_search_n_pred_impl() typedef118 const_iterator1_t cit = boost::search_n(ccont1, n, value, pred); in test_search_n_pred_impl()127 typedef BOOST_DEDUCED_TYPENAME Container1::const_iterator const_iterator1_t; in test_search_n_impl() typedef138 const_iterator1_t cit = boost::search_n(ccont1, n, value); in test_search_n_impl()
29 typedef BOOST_DEDUCED_TYPENAME Container1::const_iterator const_iterator1_t; in test_search_impl() typedef45 const_iterator1_t cit = boost::search(ccont1, cont2); in test_search_impl()50 const_iterator1_t cit2 = boost::search(ccont1, ccont2); in test_search_impl()
167 const_iterator1_t BOOST_RANGE_UNUSED; in test_mismatch_impl()