Home
last modified time | relevance | path

Searched refs:const_end (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/geometry/test/iterators/
Dconcatenate_iterator.cpp144 const_concat_iterator const_end(end); in apply() local
146 const_end = end; in apply()
168 test_equality(const_begin, const_end, combined); in apply()
171 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
173 test_equality(const_begin, const_end, combined); in apply()
177 test_size(const_begin, const_end, combined); in apply()
194 << *std::max_element(const_begin, const_end) in apply()
203 test_using_max_element(begin, end, const_begin, const_end, in apply()
205 test_using_max_element(begin, end, const_begin, const_end, in apply()
Dflatten_iterator.cpp196 const_flatten_iterator const_end(end); in apply() local
198 const_end = end; in apply()
209 test_equality(const_begin, const_end, combined); in apply()
214 test_equality(const_begin, const_end, combined); in apply()
217 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
219 test_equality(const_begin, const_end, combined); in apply()
223 test_size(const_begin, const_end, combined); in apply()
237 << *std::max_element(const_begin, const_end) in apply()
246 test_using_max_element(begin, end, const_begin, const_end, c); in apply()
Dpoint_iterator.cpp403 const_point_iterator const_end = bg::points_end(geometry); in apply() local
420 const_end = end; in apply()
428 BOOST_CHECK(end == const_end); in apply()
431 BOOST_CHECK(begin != const_end); in apply()
494 if (const_begin != const_end) in apply()
497 pt_max = max_value(const_begin, const_end, bg::less<point>()); in apply()
/third_party/boost/libs/range/test/
Dconst_ranges.cpp36 BOOST_CHECK( boost::const_end( foo ) == boost::end( as_const( foo ) ) ); in check_const_ranges()
41 BOOST_CHECK( boost::const_end( bar ) == boost::end( as_const( bar ) ) ); in check_const_ranges()
Datl.cpp130 … for (iter_t it = boost::const_begin(sample), last = boost::const_end(sample); it != last; ++it) { in test_init_atl_multimap()
/third_party/boost/boost/range/detail/
Djoin_iterator.hpp204 , m_link(link_t(boost::const_end(r1), boost::const_begin(r2))) in join_iterator()
219 , m_it(1u, boost::const_end(r1), boost::const_end(r2)) in join_iterator()
220 , m_link(link_t(boost::const_end(r1), boost::const_begin(r2))) in join_iterator()
Dmicrosoft.hpp739 for (iter_t it = boost::const_begin(ac), last = boost::const_end(ac); it != last; ++it) { in test_find_key_and_mapped()
861 … for (iter_t it = boost::const_begin(sample), last = boost::const_end(sample); it != last; ++it) { in test_init_array()
875 … for (iter_t it = boost::const_begin(sample), last = boost::const_end(sample); it != last; ++it) { in test_init_list()
889 … for (iter_t it = boost::const_begin(sample), last = boost::const_end(sample); it != last; ++it) { in test_init_string()
902 … for (iter_t it = boost::const_begin(sample), last = boost::const_end(sample); it != last; ++it) { in test_init_map()
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dhas_duplicates.hpp64 for (; next != boost::const_end(view); ++it, ++next) in apply()
/third_party/boost/boost/range/
Dend.hpp121 const_end( const T& r ) in const_end() function
/third_party/boost/boost/geometry/algorithms/detail/distance/
Dgeometry_to_segment_or_box.hpp259 boost::const_end(seg_or_box_points), in apply()
280 it != boost::const_end(seg_or_box_points); ++it, first = false) in apply()
/third_party/boost/libs/geometry/test/algorithms/
Dmaximum_gap.cpp95 it != boost::const_end(intervals); in test_one()
/third_party/boost/libs/range/doc/reference/
Dsynopsis.qbk110 const_end( const T& r );
Dsemantics.qbk154 [`const_end(x)`]
/third_party/abseil-cpp/absl/strings/
Dstring_view_test.cc1056 constexpr absl::string_view::iterator const_end = cstr_len.end(); in TEST() local
1059 static_assert(const_begin + const_size == const_end, in TEST()
1061 static_assert(const_begin + const_length == const_end, in TEST()
1066 EXPECT_EQ(const_begin + const_size, const_end); in TEST()
1067 EXPECT_EQ(const_begin + const_length, const_end); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_test.cc1083 constexpr absl::string_view::iterator const_end = cstr_len.end(); in TEST() local
1086 static_assert(const_begin + const_size == const_end, in TEST()
1088 static_assert(const_begin + const_length == const_end, in TEST()
1093 EXPECT_EQ(const_begin + const_size, const_end); in TEST()
1094 EXPECT_EQ(const_begin + const_length, const_end); in TEST()
/third_party/boost/libs/geometry/test/util/
Drange.cpp62 return boost::const_end(rng); in operator ()()
/third_party/boost/boost/iostreams/device/
Dmapped_file.hpp313 const_iterator const_end() const { return const_data() + size(); } in const_end() function in boost::iostreams::mapped_file
/third_party/boost/libs/range/doc/
Dboost_range.qbk53 …t_end__ [link range.reference.concept_implementation.semantics.functions `const_end`]]