Home
last modified time | relevance | path

Searched refs:neighbors_less (Results 1 – 1 of 1) 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/visitors/
H A Ddistance_query.hpp39 std::make_heap(m_neighbors.begin(), m_neighbors.end(), neighbors_less); in store()
45 std::pop_heap(m_neighbors.begin(), m_neighbors.end(), neighbors_less); in store()
48 std::push_heap(m_neighbors.begin(), m_neighbors.end(), neighbors_less); in store()
79 inline static bool neighbors_less( in neighbors_less() function in boost::geometry::index::detail::rtree::visitors::distance_query_result
522 std::sort(neighbors.begin(), neighbors.end(), neighbors_less); in operator ()()
535 static inline bool neighbors_less(std::pair<value_distance_type, const Value *> const& p1, in neighbors_less() function in boost::geometry::index::detail::rtree::visitors::distance_query_incremental