Home
last modified time | relevance | path

Searched refs: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
74 struct options_type< index::quadratic<MaxElements, MinElements> > struct
87 struct options_type< index::rstar<MaxElements, MinElements, OverlapCostThreshold, ReinsertedElement… struct
113 struct options_type< index::dynamic_linear > struct
126 struct options_type< index::dynamic_quadratic > struct
139 struct options_type< index::dynamic_rstar > struct
/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
192 typedef typename options_type::node_tag node_tag;
193 …typedef detail::rtree::allocators<allocator_type, value_type, typename options_type::parameters_ty…
195 …typedef typename detail::rtree::node<value_type, typename options_type::parameters_type, box_type,…
196 …typedef typename detail::rtree::internal_node<value_type, typename options_type::parameters_type, …
197 …typedef typename detail::rtree::leaf<value_type, typename options_type::parameters_type, box_type,…
201 …typedef detail::rtree::subtree_destroyer<value_type, options_type, translator_type, box_type, allo…
227 value_type, options_type, translator_type, box_type, allocators_type
297 …typedef detail::rtree::pack<value_type, options_type, translator_type, box_type, allocators_type> … in rtree()
329 …typedef detail::rtree::pack<value_type, options_type, translator_type, box_type, allocators_type> … in rtree()
[all …]
/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
519 …detail::rtree::visitors::save<Archive, value_type, options_type, translator_type, box_type, alloca… in save()
534 typedef typename view::options_type options_type; in load() typedef
538 typedef typename options_type::parameters_type parameters_type; in load()
540 …typedef detail::rtree::subtree_destroyer<value_type, options_type, translator_type, box_type, allo… in load()
554 … n = detail::rtree::load<value_type, options_type, translator_type, box_type, allocators_type> in load()
/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