Home
last modified time | relevance | path

Searched refs:found_inside (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/relate/
H A Dpoint_point.hpp61 bool found_inside = false; in point_multipoint_check() local
75 found_inside = true; in point_multipoint_check()
79 if ( found_inside && found_outside ) in point_multipoint_check()
83 return std::make_pair(found_inside, found_outside); in point_multipoint_check()
218 bool found_inside = false; in search() local
229 found_inside = true; in search()
233 if ( found_inside && found_outside ) in search()
237 if ( found_inside ) // some point of MP2 is equal to some of MP1 in search()
256 return ! found_inside; in search()