Home
last modified time | relevance | path

Searched defs:connection_map (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp486 std::unordered_multimap<ring_ptr<T>, point_ptr_pair<T>>& connection_map, in process_single_intersection()
754 std::unordered_multimap<ring_ptr<T>, point_ptr_pair<T>>& connection_map, in correct_chained_repeats()
778 std::unordered_multimap<ring_ptr<T>, point_ptr_pair<T>> connection_map; in correct_chained_rings() local
/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 Dtraversal_switch_detector.hpp77 typedef std::map<signed_size_type, connection_properties> connection_map; typedef