Searched refs:found_inside (Results 1 – 1 of 1) sorted by relevance
61 bool found_inside = false; in point_multipoint_check() local75 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() local229 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()