Home
last modified time | relevance | path

Searched refs:box_box (Results 1 – 5 of 5) 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/disjoint/
H A Dbox_box.hpp53 struct box_box struct
71 return box_box in apply()
81 struct box_box<Box1, Box2, DimensionCount, DimensionCount, CSTag> struct
91 struct box_box<Box1, Box2, 0, DimensionCount, spherical_tag> struct
141 return box_box in apply()
158 return box_box<Box1, Box2>::apply(box1, box2); in disjoint_box_box()
173 : detail::disjoint::box_box<Box1, Box2, 0, DimensionCount>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dimplementation.hpp83 struct box_box struct
93 return box_box<Dimension + 1, DimensionCount>::apply(box1, box2, strategy); in apply()
98 struct box_box<DimensionCount, DimensionCount> struct
300 : detail::equals::box_box<0, DimensionCount>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlaps/
H A Dimplementation.hpp114 struct box_box struct
147 : detail::overlaps::box_box
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/
H A Dimplementation.hpp99 struct box_box struct
352 : detail::touches::box_box
357 : detail::touches::box_box
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dintersection_content.hpp27 bool const intersects = ! geometry::detail::disjoint::box_box<Box, Box>::apply(box1, box2); in intersection_content()