Home
last modified time | relevance | path

Searched refs:is_non_duplicate_first (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.hpp99 bool is_non_duplicate_first; member
109 , is_non_duplicate_first(false) in section()
527 section.is_non_duplicate_first = 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.hpp294 … bool const is_1_first = sec1.is_non_duplicate_first && index1 == sec1.begin_index; in apply()
296 … bool const is_2_first = sec2.is_non_duplicate_first && index2 == sec2.begin_index; in apply()