Home
last modified time | relevance | path

Searched refs:colocated_ii (Results 1 – 4 of 4) 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 Dturn_info.hpp97 bool colocated_ii; // Colocated with a ii turn (TODO: or a ix turn) member
108 , colocated_ii(false) in turn_info()
H A Doverlay.hpp118 ? turn.colocated_uu : turn.colocated_ii; in get_ring_turn_info()
120 ? turn.colocated_ii : turn.colocated_uu; in get_ring_turn_info()
H A Dhandle_colocations.hpp541 turn.colocated_ii = true; in set_colocation()
665 << " colocated(ii)=" << turns[toi.turn_index].colocated_ii in handle_colocations()
H A Dtraversal_switch_detector.hpp479 if (turn.colocated_ii && ! turn.colocated_uu) in iterate()