Home
last modified time | relevance | path

Searched refs:curr_comp_dist (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.hpp32 inline void store(Value const& val, distance_type const& curr_comp_dist) in store() argument
36 m_neighbors.push_back(std::make_pair(curr_comp_dist, val)); in store()
43 if ( curr_comp_dist < m_neighbors.front().first ) in store()
46 m_neighbors.back().first = curr_comp_dist; in store()