Home
last modified time | relevance | path

Searched refs:per_ls_next (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/overlay/
H A Dfollow_linear_linear.hpp452 TurnIterator per_ls_next = first; in apply() local
454 TurnIterator per_ls_current = per_ls_next; in apply()
457 per_ls_next = std::find_if(per_ls_current, beyond, in apply()
461 linear, per_ls_current, per_ls_next, oit, strategy); in apply()
465 if ( per_ls_next != beyond ) in apply()
467 next_multi_id = get_multi_index(per_ls_next); in apply()
476 while ( per_ls_next != beyond ); in apply()