Home
last modified time | relevance | path

Searched refs:end_query_iterator (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dquery_iterators.hpp21 struct end_query_iterator struct
43 end_query_iterator & operator++() in operator ++() argument
49 end_query_iterator operator++(int) in operator ++() argument
55 friend bool operator==(end_query_iterator const& /*l*/, end_query_iterator const& /*r*/) in operator ==()
115 …friend bool operator==(spatial_query_iterator const& l, end_query_iterator<Value, Allocators> cons… in operator ==()
120 …friend bool operator==(end_query_iterator<Value, Allocators> const& /*l*/, spatial_query_iterator … in operator ==()
183 …friend bool operator==(distance_query_iterator const& l, end_query_iterator<Value, Allocators> con… in operator ==()
188 …friend bool operator==(end_query_iterator<Value, Allocators> const& /*l*/, distance_query_iterator… in operator ==()
243 virtual bool is_end() const { return m_iterator == end_query_iterator<Value, Allocators>(); } in is_end()
280 query_iterator(end_query_iterator<Value, Allocators> const& /*it*/) in query_iterator()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp1123 detail::rtree::iterators::end_query_iterator<value_type, allocators_type>
1126 return detail::rtree::iterators::end_query_iterator<value_type, allocators_type>(); in qend_()