Home
last modified time | relevance | path

Searched refs:indexable_type (Results 1 – 10 of 10) 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/linear/
H A Dredistribute_elements.hpp81 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; typedef
82 typedef typename coordinate_type<indexable_type>::type coordinate_type;
90 typedef typename geometry::point_type<indexable_type>::type point_type;
92 typedef index::detail::bounded_view<indexable_type, bounds_type> bounded_view_type;
169 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; typedef
170 typedef typename coordinate_type<indexable_type>::type coordinate_type;
224 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; typedef
228 typename tag<indexable_type>::type, Dimension - 1
260 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; typedef
261 typedef typename coordinate_type<indexable_type>::type coordinate_type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/quadratic/
H A Dredistribute_elements.hpp39 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; in pick_seeds() typedef
42 typedef index::detail::bounded_view<indexable_type, box_type> bounded_indexable_view; in pick_seeds()
56 indexable_type const& ind1 = rtree::element_indexable(elements[i], tr); in pick_seeds()
57 indexable_type const& ind2 = rtree::element_indexable(elements[j], tr); in pick_seeds()
105 … typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; in apply() typedef
204 indexable_type const& indexable = rtree::element_indexable(elem, translator); in apply()
252 … typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; in pick_next() typedef
262 indexable_type const& indexable = rtree::element_indexable(*el_it, translator); in pick_next()
/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 Dredistribute_elements.hpp34 typedef typename rtree::element_indexable_type<Element, Translator>::type indexable_type; typedef in boost::geometry::index::detail::rtree::rstar::element_axis_corner_less
35 typedef typename geometry::point_type<indexable_type>::type point_type;
37 typedef index::detail::bounded_view<indexable_type, bounds_type> bounded_view_type;
109 … typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; in apply() typedef
110 typedef typename tag<indexable_type>::type indexable_tag; in apply()
350 … typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type; in apply() typedef
351 typedef typename tag<indexable_type>::type indexable_tag; in apply()
/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 Ddistance_query.hpp114 typedef typename indexable_type<Translator>::type indexable_type; typedef in boost::geometry::index::detail::rtree::visitors::distance_query
116 …typedef index::detail::calculate_distance<nearest_predicate_type, indexable_type, value_tag> calcu…
302 typedef typename indexable_type<Translator>::type indexable_type; typedef in boost::geometry::index::detail::rtree::visitors::distance_query_incremental
304 …typedef index::detail::calculate_distance<nearest_predicate_type, indexable_type, value_tag> calcu…
H A Dinsert.hpp287 typename indexable_type<Translator>::type in insert()
382 typename indexable_type<Translator>::type in split()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp172 typedef typename index::detail::indexable_type<
174 >::type indexable_type; typedef in boost::geometry::index::rtree
179 typename coordinate_type<indexable_type>::type,
180 dimension<indexable_type>::value,
181 typename coordinate_system<indexable_type>::type
1304 boost::is_same<ValueOrIndexable, indexable_type>::value ? in count()
1306 boost::is_convertible<ValueOrIndexable, indexable_type>::value ? in count()
1321 indexable_type in count()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dtranslator.hpp47 struct indexable_type struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dnode_elements.hpp28 typedef typename indexable_type<Translator>::type type;
H A Dnode.hpp88 typename indexable_type<Translator>::type in values_box()
/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 Dpack_create.hpp295 typename indexable_type<Translator>::type in per_level()