Searched refs:bounds_tag (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | predicates.hpp | 291 struct predicate_check<predicates::satisfies<Fun, Negated>, bounds_tag> 316 struct predicate_check<predicates::spatial_predicate<Geometry, Tag, false>, bounds_tag> 329 …edicate_check<predicates::spatial_predicate<Geometry, predicates::contains_tag, false>, bounds_tag> 342 …predicate_check<predicates::spatial_predicate<Geometry, predicates::covers_tag, false>, bounds_tag> 355 …edicate_check<predicates::spatial_predicate<Geometry, predicates::disjoint_tag, false>, bounds_tag> 380 struct predicate_check<predicates::spatial_predicate<Geometry, Tag, true>, bounds_tag> 393 …redicate_check<predicates::spatial_predicate<Geometry, predicates::contains_tag, true>, bounds_tag> 406 … predicate_check<predicates::spatial_predicate<Geometry, predicates::covers_tag, true>, bounds_tag> 419 …dicate_check<predicates::spatial_predicate<Geometry, predicates::intersects_tag, true>, bounds_tag> 432 …redicate_check<predicates::spatial_predicate<Geometry, predicates::overlaps_tag, true>, bounds_tag> [all …]
|
| H A D | tags.hpp | 19 struct bounds_tag {}; struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/ |
| H A D | distance_query.hpp | 117 …typedef index::detail::calculate_distance<nearest_predicate_type, Box, bounds_tag> calculate_node_… 150 …if ( index::detail::predicates_check<index::detail::bounds_tag, 0, predicates_len>(m_pred, 0, it->… in operator ()() 305 …typedef index::detail::calculate_distance<nearest_predicate_type, Box, bounds_tag> calculate_node_… 460 …if ( index::detail::predicates_check<index::detail::bounds_tag, 0, predicates_len>(m_pred, 0, it->… in operator ()()
|
| H A D | spatial_query.hpp | 45 …if ( index::detail::predicates_check<index::detail::bounds_tag, 0, predicates_len>(pred, 0, it->fi… in operator ()() 183 …if ( index::detail::predicates_check<index::detail::bounds_tag, 0, predicates_len>(m_pred, 0, it->… in search_value()
|