Home
last modified time | relevance | path

Searched defs:options_type (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/rtree/
H A Doptions.hpp55 struct options_type struct
61 struct options_type< index::linear<MaxElements, MinElements> > struct
70 > type;
74 struct options_type< index::quadratic<MaxElements, MinElements> > struct
83 > type;
87 struct options_type< index::rstar<MaxElements, MinElements, OverlapCostThreshold, ReinsertedElement… struct
96 > type;
113 struct options_type< index::dynamic_linear > struct
122 > type;
126 struct options_type< index::dynamic_quadratic > struct
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/utilities/
H A Dview.hpp26 typedef typename Rtree::options_type options_type; typedef in boost::geometry::index::detail::rtree::utilities::view
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dserialization.hpp447 typedef typename Rtree::options_type options_type; typedef in boost::geometry::index::detail::rtree::const_private_view
472 typedef typename Rtree::options_type options_type; typedef in boost::geometry::index::detail::rtree::private_view
504 typedef typename view::options_type options_type; in save() typedef
534 typedef typename view::options_type options_type; in load() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp191 typedef typename detail::rtree::options_type<Parameters>::type options_type; typedef in boost::geometry::index::rtree