Home
last modified time | relevance | path

Searched refs:search_both (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/algorithms/detail/relate/
H A Dpoint_point.hpp171 search_both<false>(multi_point1, multi_point2, result); in apply()
175 search_both<true>(multi_point2, multi_point1, result); in apply()
182 static inline void search_both(MPt1 const& first_sorted_mpt, MPt2 const& first_iterated_mpt, in search_both() function