| /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 D | areal_areal.hpp | 63 if ( ! may_update<interior, interior, '2', TransposeResult>(m_result) in no_turns_aa_pred() 64 && ! may_update<boundary, interior, '1', TransposeResult>(m_result) in no_turns_aa_pred() 65 && ! may_update<exterior, interior, '2', TransposeResult>(m_result) ) in no_turns_aa_pred() 70 if ( ! may_update<interior, exterior, '2', TransposeResult>(m_result) in no_turns_aa_pred() 71 && ! may_update<boundary, exterior, '1', TransposeResult>(m_result) ) in no_turns_aa_pred() 263 if ( may_update<interior, interior, '2'>(result) in apply() 264 || may_update<interior, exterior, '2'>(result) in apply() 265 || may_update<boundary, interior, '1'>(result) in apply() 266 || may_update<boundary, exterior, '1'>(result) in apply() 267 || may_update<exterior, interior, '2'>(result) ) in apply() [all …]
|
| H A D | multi_point_geometry.hpp | 176 if (! (relate::may_update<interior, interior, '0', Transpose>(result) in apply() 177 || relate::may_update<interior, boundary, '0', Transpose>(result) in apply() 178 || relate::may_update<interior, exterior, '0', Transpose>(result) ) ) in apply() 213 if ( relate::may_update<exterior, interior, tc_t::interior, Transpose>(result) in apply() 214 || relate::may_update<exterior, boundary, tc_t::boundary, Transpose>(result) ) in apply() 218 if ( relate::may_update<exterior, interior, tc_t::interior, Transpose>(result) in apply() 226 if ( relate::may_update<exterior, boundary, tc_t::boundary, Transpose>(result) in apply() 326 if (! (relate::may_update<interior, interior, '0', Transpose>(m_result) in apply() 327 || relate::may_update<interior, boundary, '0', Transpose>(m_result) ) ) in apply() 399 if (! (relate::may_update<interior, interior, '0', Transpose>(result) in apply() [all …]
|
| H A D | linear_linear.hpp | 52 if ( ! may_update<interior, exterior, '1', TransposeResult>(m_result) ) in disjoint_linestring_pred() 56 if ( ! may_update<boundary, exterior, '0', TransposeResult>(m_result) ) in disjoint_linestring_pred() 166 if ( may_update<interior, interior, '1'>(result) in apply() 167 || may_update<interior, boundary, '0'>(result) in apply() 168 || may_update<interior, exterior, '1'>(result) in apply() 169 || may_update<boundary, interior, '0'>(result) in apply() 170 || may_update<boundary, boundary, '0'>(result) in apply() 171 || may_update<boundary, exterior, '0'>(result) ) in apply() 186 if ( may_update<interior, interior, '1', true>(result) in apply() 187 || may_update<interior, boundary, '0', true>(result) in apply() [all …]
|
| H A D | point_point.hpp | 185 if ( relate::may_update<interior, interior, '0'>(result) in search_both() 186 || relate::may_update<interior, exterior, '0'>(result) in search_both() 187 || relate::may_update<exterior, interior, '0'>(result) ) in search_both() 196 if ( relate::may_update<interior, interior, '0'>(result) in search_both() 197 || relate::may_update<interior, exterior, '0'>(result) in search_both() 198 || relate::may_update<exterior, interior, '0'>(result) ) in search_both()
|
| H A D | point_geometry.hpp | 64 if ( relate::may_update<exterior, interior, tc_t::interior, Transpose>(result) in apply() 65 || relate::may_update<exterior, boundary, tc_t::boundary, Transpose>(result) ) in apply()
|
| H A D | result.hpp | 154 inline bool may_update() const in may_update() function in boost::geometry::detail::relate::matrix_handler 450 inline bool may_update(Mask const& mask, Matrix const& matrix) in may_update() function 618 inline bool may_update() const in may_update() function in boost::geometry::detail::relate::mask_handler 620 return detail::relate::may_update<F1, F2, D>( in may_update() 1103 inline bool may_update() const in may_update() function in boost::geometry::detail::relate::static_mask_handler 1248 inline bool may_update(Result const& res) in may_update() function 1250 return res.template may_update<F1, F2, D>(); in may_update() 1259 return may_update<F1, F2, D>(res); in apply() 1269 return may_update<F2, F1, D>(res); in apply() 1274 inline bool may_update(Result const& res) in may_update() function
|
| H A D | linear_areal.hpp | 70 if ( ! may_update<interior, interior, '1', TransposeResult>(m_result) ) in no_turns_la_linestring_pred() 75 if ( ! may_update<interior, exterior, '1', TransposeResult>(m_result) ) in no_turns_la_linestring_pred() 80 if ( ! may_update<boundary, interior, '0', TransposeResult>(m_result) ) in no_turns_la_linestring_pred() 85 if ( ! may_update<boundary, exterior, '0', TransposeResult>(m_result) ) in no_turns_la_linestring_pred() 164 , interrupt(! may_update<interior, exterior, '2', TransposeResult>(m_result) in no_turns_la_areal_pred() 165 && ! may_update<boundary, exterior, '1', TransposeResult>(m_result) ) in no_turns_la_areal_pred() 313 else if ( may_update<exterior, boundary, '1', TransposeResult>(result) ) in apply()
|