Home
last modified time | relevance | path

Searched refs:handle_two (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/
H A Dpartition.hpp142 inline bool handle_two(IteratorVector1 const& input1, in handle_two() function
290 return handle_two(input1, input2, visitor); in next_level2()
467 if (! handle_two(exceeding1, exceeding2, visitor)) in apply()
492 if (! (handle_two(exceeding1, lower2, visitor) in apply()
493 && handle_two(exceeding1, upper2, visitor)) ) in apply()
518 if (! (handle_two(lower1, exceeding2, visitor) in apply()
519 && handle_two(upper1, exceeding2, visitor)) ) in apply()
537 if (! handle_two(lower1, lower2, visitor)) in apply()
554 if (! handle_two(upper1, upper2, visitor)) in apply()