/third_party/boost/libs/geometry/test/iterators/ |
D | concatenate_iterator.cpp | 144 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()
|
D | flatten_iterator.cpp | 196 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()
|
D | point_iterator.cpp | 403 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/ |
D | const_ranges.cpp | 36 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()
|
D | atl.cpp | 130 … 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/ |
D | join_iterator.hpp | 204 , 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()
|
D | microsoft.hpp | 739 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/ |
D | has_duplicates.hpp | 64 for (; next != boost::const_end(view); ++it, ++next) in apply()
|
/third_party/boost/boost/range/ |
D | end.hpp | 121 const_end( const T& r ) in const_end() function
|
/third_party/boost/boost/geometry/algorithms/detail/distance/ |
D | geometry_to_segment_or_box.hpp | 259 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/ |
D | maximum_gap.cpp | 95 it != boost::const_end(intervals); in test_one()
|
/third_party/boost/libs/range/doc/reference/ |
D | synopsis.qbk | 110 const_end( const T& r );
|
D | semantics.qbk | 154 [`const_end(x)`]
|
/third_party/abseil-cpp/absl/strings/ |
D | string_view_test.cc | 1056 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/ |
D | string_view_test.cc | 1083 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/ |
D | range.cpp | 62 return boost::const_end(rng); in operator ()()
|
/third_party/boost/boost/iostreams/device/ |
D | mapped_file.hpp | 313 const_iterator const_end() const { return const_data() + size(); } in const_end() function in boost::iostreams::mapped_file
|
/third_party/boost/libs/range/doc/ |
D | boost_range.qbk | 53 …t_end__ [link range.reference.concept_implementation.semantics.functions `const_end`]]
|