Searched refs:first_it (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/core/ |
D | lightweight_test.hpp | 316 InputIterator1 first_it = first_begin; in test_all_eq_impl() local 324 while ((first_it != first_end) && (second_it != second_end) && (*first_it == *second_it)) in test_all_eq_impl() 326 ++first_it; in test_all_eq_impl() 331 if ((first_it == first_end) || (second_it == second_end)) in test_all_eq_impl() 344 …output << " [" << first_index << "] '" << test_output_impl(*first_it) << "' != '" << test_output_i… in test_all_eq_impl() 345 ++first_it; in test_all_eq_impl() 350 } while (first_it != first_end); in test_all_eq_impl() 352 first_index += std::distance(first_it, first_end); in test_all_eq_impl() 387 InputIterator1 first_it = first_begin; in test_all_with_impl() local 395 … while ((first_it != first_end) && (second_it != second_end) && predicate(*first_it, *second_it)) in test_all_with_impl() [all …]
|
/third_party/boost/libs/fusion/test/sequence/ |
D | reverse_view.cpp | 59 first_type first_it(begin(rev)); in main() local 61 second_type second_it(next(first_it)); in main() 64 BOOST_TEST((*advance_c<2>(first_it) == 'x')); in main() 65 BOOST_TEST((distance(first_it, second_it) == 1)); in main()
|
D | transform_view.cpp | 85 first_type first_it(boost::fusion::begin(xform)); in main() local 88 next_type next_it(boost::fusion::next(first_it)); in main() 91 BOOST_TEST((boost::fusion::distance(first_it, next_it) == 1)); in main()
|
/third_party/boost/boost/wave/util/ |
D | cpp_macromap.hpp | 692 iterator_type first_it = gen_type::generate(expanded, first); in expand_tokensequence() local 695 on_exit::assign<IteratorT, iterator_type> on_exit(first, first_it); in expand_tokensequence() 697 return expand_tokensequence_worker(pending, first_it, last_it, in expand_tokensequence() 1023 iterator_type first_it = gen_type::generate(empty, first); in expand_whole_tokensequence() local 1026 on_exit::assign<IteratorT, iterator_type> on_exit(first, first_it); in expand_whole_tokensequence() 1030 while (!pending_queue.empty() || first_it != last_it) { in expand_whole_tokensequence() 1033 pending_queue, first_it, in expand_whole_tokensequence()
|
/third_party/boost/boost/variant/ |
D | variant.hpp | 2330 typedef typename mpl::begin<internal_types>::type first_it; in internal_apply_visitor_impl() typedef 2334 first_it, last_it in internal_apply_visitor_impl()
|