Home
last modified time | relevance | path

Searched refs:indexable (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/
H A Dindexable.hpp30 struct indexable struct
62 struct indexable<std::pair<Indexable, T2>, false> struct
94 struct indexable<boost::tuple<Indexable, T1, T2, T3, T4, T5, T6, T7, T8, T9>, false> struct
136 struct indexable<std::tuple<Indexable, Args...>, false> struct
177 struct indexable struct
178 : detail::indexable<Value>
181 typedef typename detail::indexable<Value>::result_type result_type; argument
191 return detail::indexable<Value>::operator()(v); in operator ()()
H A Drtree.hpp150 typename IndexableGetter = index::indexable<Value>,
/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.hpp47 Indexable const& indexable, in apply() argument
58 …return choose_by_minimum_overlap_cost(children, indexable, parameters.get_overlap_cost_threshold()… in apply()
62 return choose_by_minimum_content_cost(children, indexable); in apply()
68 Indexable const& indexable, in choose_by_minimum_overlap_cost() argument
89 geometry::expand(box_exp, indexable); in choose_by_minimum_overlap_cost()
120 …choosen_index = choose_by_minimum_overlap_cost_first_n(children, indexable, first_n_children_count… in choose_by_minimum_overlap_cost()
134 Indexable const& indexable, in choose_by_minimum_overlap_cost_first_n() argument
155 geometry::expand(box_exp, indexable); in choose_by_minimum_overlap_cost_first_n()
194 …ne size_t choose_by_minimum_content_cost(children_type const& children, Indexable const& indexable) in choose_by_minimum_content_cost() argument
210 geometry::expand(box_exp, indexable); 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/
H A Dpack_create.hpp174 typename Translator::result_type indexable = translator(in_ref); in apply() local
178 BOOST_GEOMETRY_INDEX_ASSERT(detail::is_valid(indexable), "Indexable is invalid"); in apply()
180 hint_box.expand(indexable); in apply()
183 geometry::centroid(indexable, pt); in apply()
204 explicit expandable_box(Indexable const& indexable) in expandable_box() argument
207 detail::bounds(indexable, m_box); in expandable_box()
211 void expand(Indexable const& indexable) in expand() argument
218 detail::bounds(indexable, m_box); in expand()
223 geometry::expand(m_box, indexable); in expand()
/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.hpp204 indexable_type const& indexable = rtree::element_indexable(elem, translator); in apply()
209 geometry::expand(box1, indexable); in apply()
215 geometry::expand(box2, indexable); in apply()
262 indexable_type const& indexable = rtree::element_indexable(*el_it, translator); in pick_next() local
267 geometry::expand(enlarged_box1, indexable); in pick_next()
268 geometry::expand(enlarged_box2, indexable); 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/visitors/
H A Dcount.hpp22 static inline typename Translator::result_type indexable(Indexable const& i, Translator const&) in indexable() function
37 static inline typename Translator::result_type indexable(Value const& v, Translator const& tr) in indexable() function
73 count_help::indexable(value_or_indexable, tr)), in operator ()()
H A Dinsert.hpp45 Indexable const& indexable, in apply() argument
68 geometry::expand(box_exp, indexable); 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/linear/
H A Dredistribute_elements.hpp375 indexable_type const& indexable = rtree::element_indexable(elem, translator); in apply()
382 geometry::expand(box1, indexable); in apply()
388 geometry::expand(box2, indexable); in apply()
397 geometry::expand(enlarged_box1, indexable); in apply()
398 geometry::expand(enlarged_box2, indexable); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dsymbol_annotation_impl.hpp88 struct indexable<std::shared_ptr<const mbgl::SymbolAnnotationImpl>> { struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Doperators.hpp308 struct indexable : B struct
648 , indexable<T, D, R, B
771 BOOST_OPERATOR_TEMPLATE3(indexable)