Home
last modified time | relevance | path

Searched refs:active_branch_list (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.hpp139 active_branch_list_type active_branch_list; in operator ()() local
140 active_branch_list.reserve(m_parameters.get_max_elements()); in operator ()()
168 active_branch_list.push_back( std::make_pair(node_distance, it->second) ); in operator ()()
173 if ( active_branch_list.empty() ) in operator ()()
177 std::sort(active_branch_list.begin(), active_branch_list.end(), abl_less); in operator ()()
180 for ( typename active_branch_list_type::const_iterator it = active_branch_list.begin(); in operator ()()
181 it != active_branch_list.end() ; ++it ) in operator ()()