Home
last modified time | relevance | path

Searched refs:get_max_elements (Results 1 – 9 of 9) 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 Dparameters.hpp88 static size_t get_max_elements() { return MaxElements; } in get_max_elements() function
108 static size_t get_max_elements() { return MaxElements; } in get_max_elements() function
140 static size_t get_max_elements() { return MaxElements; } in get_max_elements() function
174 size_t get_max_elements() const { return m_max_elements; } in get_max_elements() function in boost::geometry::index::dynamic_linear
203 size_t get_max_elements() const { return m_max_elements; } in get_max_elements() function in boost::geometry::index::dynamic_quadratic
244 size_t get_max_elements() const { return m_max_elements; } in get_max_elements() function in boost::geometry::index::dynamic_rstar
/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.hpp86 size_t max = params->get_max_elements(), min = params->get_min_elements(); in save_construct_data()
96 if ( max != params->get_max_elements() || min != params->get_min_elements() ) in load_construct_data()
109 size_t max = params->get_max_elements(), min = params->get_min_elements(); in save_construct_data()
119 if ( max != params->get_max_elements() || min != params->get_min_elements() ) in load_construct_data()
132 size_t max = params->get_max_elements() in save_construct_data()
149 if ( max != params->get_max_elements() || min != params->get_min_elements() || in load_construct_data()
164 size_t max = params->get_max_elements(), min = params->get_min_elements(); in save_construct_data()
183 size_t max = params->get_max_elements(), min = params->get_min_elements(); in save_construct_data()
202 size_t max = params->get_max_elements() in save_construct_data()
382 …if ( elements_count < parameters.get_min_elements() || parameters.get_max_elements() < elements_co… in raw_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.hpp260 BOOST_GEOMETRY_INDEX_ASSERT(values_count <= parameters.get_max_elements(), in per_level()
308 next_subtree_counts.maxc /= parameters.get_max_elements(); in per_level()
309 next_subtree_counts.minc /= parameters.get_max_elements(); in per_level()
391 std::size_t smax = parameters.get_max_elements(); in calculate_subtree_elements_counts()
392 for ( ; smax < elements_count ; smax *= parameters.get_max_elements(), ++leafs_level ) in calculate_subtree_elements_counts()
395 res.minc = parameters.get_min_elements() * (res.maxc / parameters.get_max_elements()); in calculate_subtree_elements_counts()
/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.hpp101 const size_t elements_count = parameters.get_max_elements() + 1; in apply()
181 const size_t elements_count = parameters.get_max_elements() + 1; in apply()
333 const size_t elements1_count = parameters.get_max_elements() + 1; 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/rstar/
H A Dredistribute_elements.hpp112 …BOOST_GEOMETRY_INDEX_ASSERT(elements.size() == parameters.get_max_elements() + 1, "wrong number of… in apply()
118 size_t const index_last = parameters.get_max_elements() - parameters.get_min_elements() + 2; in apply()
427 …ters.get_min_elements() <= split_index && split_index <= parameters.get_max_elements() - parameter… in apply()
H A Dinsert.hpp54 const size_t elements_count = parameters.get_max_elements() + 1; in apply()
202 if ( base::m_parameters.get_max_elements() < rtree::elements(n).size() ) in handle_possible_reinsert_or_split_of_root()
227 if ( base::m_parameters.get_max_elements() < rtree::elements(n).size() ) in handle_possible_split()
/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.hpp44 const size_t elements_count = parameters.get_max_elements() + 1; in pick_seeds()
110 …BOOST_GEOMETRY_INDEX_ASSERT(elements1.size() == parameters.get_max_elements() + 1, "unexpected ele… 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 Dinsert.hpp168 rtree::elements(n).size() <= parameters.get_max_elements(), in apply()
171 rtree::elements(n2).size() <= parameters.get_max_elements(), in apply()
322 if ( m_parameters.get_max_elements() < rtree::elements(n).size() ) in post_traverse()
H A Ddistance_query.hpp140 active_branch_list.reserve(m_parameters.get_max_elements()); in operator ()()