Home
last modified time | relevance | path

Searched refs:enter_count (Results 1 – 1 of 1) 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 Dfollow_linear_linear.hpp195 std::size_t& enter_count, in process_turn() argument
210 if ( enter_count == 0 ) in process_turn()
217 ++enter_count; in process_turn()
223 --enter_count; in process_turn()
224 if ( enter_count == 0 ) in process_turn()
307 std::size_t enter_count = 0; in apply() local
312 entered, enter_count, in apply()
320 if (enter_count != 0) in apply()
325 BOOST_GEOMETRY_ASSERT(enter_count == 0); in apply()