Home
last modified time | relevance | path

Searched refs:is_non_duplicate_last (Results 1 – 2 of 2) 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/sections/
H A Dsectionalize.hpp100 bool is_non_duplicate_last; member
110 , is_non_duplicate_last(false) in section()
572 sections[last_non_duplicate_index].is_non_duplicate_last = true; in apply()
/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 Dget_turns.hpp295 bool const is_1_last = sec1.is_non_duplicate_last && index1+1 >= sec1.end_index; in apply()
297 bool const is_2_last = sec2.is_non_duplicate_last && index2+1 >= sec2.end_index; in apply()