Home
last modified time | relevance | path

Searched refs:colocated_uu (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.hpp98 bool colocated_uu; // Colocated with a uu turn or a ux turn member
109 , colocated_uu(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.hpp545 turn.colocated_uu = true; in set_colocation()
664 << " colocated(uu)=" << turns[toi.turn_index].colocated_uu in handle_colocations()
H A Dtraversal_switch_detector.hpp479 if (turn.colocated_ii && ! turn.colocated_uu) in iterate()