Home
last modified time | relevance | path

Searched refs:children_type (Results 1 – 3 of 3) 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/rstar/
H A Dchoose_next_node.hpp37 typedef typename rtree::elements_type<internal_node>::type children_type; typedef in boost::geometry::index::detail::rtree::choose_next_node
38 typedef typename children_type::value_type child_type;
53 children_type & children = rtree::elements(n); in apply()
67 static inline size_t choose_by_minimum_overlap_cost(children_type const& children, in choose_by_minimum_overlap_cost()
80 …typename rtree::container_from_elements_type<children_type, child_contents>::type children_content… in choose_by_minimum_overlap_cost()
133 static inline size_t choose_by_minimum_overlap_cost_first_n(children_type const& children, in choose_by_minimum_overlap_cost_first_n()
194 …static inline size_t choose_by_minimum_content_cost(children_type const& children, Indexable const… in choose_by_minimum_content_cost()
/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 Dremove.hpp67 typedef typename rtree::elements_type<internal_node>::type children_type; in operator ()() typedef
68 children_type & children = rtree::elements(n); in operator ()()
H A Dinsert.hpp39 typedef typename rtree::elements_type<internal_node>::type children_type; typedef in boost::geometry::index::detail::rtree::choose_next_node
49 children_type & children = rtree::elements(n); in apply()
63 typedef typename children_type::value_type child_type; in apply()