Home
last modified time | relevance | path

Searched defs:const_end (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/range/
Dend.hpp121 const_end( const T& r ) in const_end() function
/third_party/boost/libs/geometry/test/iterators/
Dconcatenate_iterator.cpp144 const_concat_iterator const_end(end); in apply() local
Dflatten_iterator.cpp196 const_flatten_iterator const_end(end); in apply() local
Dpoint_iterator.cpp403 const_point_iterator const_end = bg::points_end(geometry); in apply() local
/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/abseil-cpp/absl/strings/
Dstring_view_test.cc1055 constexpr absl::string_view::iterator const_end = cstr_len.end(); in TEST() local