Home
last modified time | relevance | path

Searched defs:indexable (Results 1 – 8 of 8) 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
39 typedef Value const& result_type;
47 inline result_type operator()(Value const& v) const in operator ()()
62 struct indexable<std::pair<Indexable, T2>, false> struct
71 typedef Indexable const& result_type;
79 inline result_type operator()(std::pair<Indexable, T2> const& v) const in operator ()()
94 struct indexable<boost::tuple<Indexable, T1, T2, T3, T4, T5, T6, T7, T8, T9>, false> struct
96 typedef boost::tuple<Indexable, T1, T2, T3, T4, T5, T6, T7, T8, T9> value_type;
105 typedef Indexable const& result_type;
113 inline result_type operator()(value_type const& v) const in operator ()()
[all …]
/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()
68 Indexable const& indexable, in choose_by_minimum_overlap_cost()
134 Indexable const& 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()
/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
89 using result_type = mbgl::LatLng;
90 mbgl::LatLng operator()(const std::shared_ptr<const mbgl::SymbolAnnotationImpl>& v) const { in operator ()()
/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
H A Dinsert.hpp45 Indexable const& 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/
H A Dpack_create.hpp174 typename Translator::result_type indexable = translator(in_ref); in apply() local
204 explicit expandable_box(Indexable const& indexable) in expandable_box()
211 void expand(Indexable const& 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.hpp262 indexable_type const& indexable = rtree::element_indexable(*el_it, translator); in pick_next() local
/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
310 R operator[](I n) const in operator []()