Home
last modified time | relevance | path

Searched refs:print_container (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/iterators/
Dtest_iterator_common.hpp25 inline std::ostream& print_container(std::ostream& os, in print_container() function
156 print_container(std::cout, first, beyond, "before:") << std::endl; in test_using_remove_if()
173 print_container(std::cout, first, new_beyond, "after :") << std::endl; in test_using_remove_if()
193 print_container(std::cout, first, beyond, "reversed:") << std::endl; in test_using_reverse()
201 print_container(std::cout, first, beyond, "re-reversed:") << std::endl; in test_using_reverse()
Dconcatenate_iterator.cpp95 print_container(std::cout, c.begin(), c.end(), in test_using_max_element()
98 print_container(std::cout, first, beyond, "combined:") << std::endl; in test_using_max_element()
181 print_container(std::cout, c1.begin(), c1.end(), "first :") in apply()
183 print_container(std::cout, c2.begin(), c2.end(), "second :") in apply()
185 print_container(std::cout, begin, end, "combined:") in apply()
Dflatten_iterator.cpp143 print_container(std::cout, first, beyond, "flattened:") << std::endl; in test_using_max_element()
228 print_container(std::cout, begin, end, "flattened :") in apply()