Searched refs:elements1 (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/quadratic/ |
| H A D | redistribute_elements.hpp | 107 elements_type & elements1 = rtree::elements(n); in apply() local 110 …BOOST_GEOMETRY_INDEX_ASSERT(elements1.size() == parameters.get_max_elements() + 1, "unexpected ele… in apply() 116 …container_type elements_copy(elements1.begin(), elements1.end()); … in apply() 117 …container_type elements_backup(elements1.begin(), elements1.end()); … in apply() 125 elements1.clear(); in apply() 131 …elements1.push_back(elements_copy[seed1]); //… in apply() 166 size_t elements1_count = elements1.size(); in apply() 208 …elements1.push_back(elem); // MAY THR… in apply() 231 elements1.clear(); 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 D | redistribute_elements.hpp | 331 elements_type & elements1 = rtree::elements(n); in apply() local 335 … BOOST_GEOMETRY_INDEX_ASSERT(elements1.size() == elements1_count, "unexpected number of elements"); in apply() 341 …container_type elements_copy(elements1.begin(), elements1.end()); … in apply() 349 elements1.clear(); in apply() 355 …elements1.push_back(elements_copy[seed1]); //… in apply() 379 if ( elements1.size() + remaining <= parameters.get_min_elements() ) in apply() 381 …elements1.push_back(elem); // MAY THROW, … in apply() 409 … ( content1 == content2 && elements1.size() <= elements2.size() ) ) ) ) in apply() 411 …elements1.push_back(elem); // MAY THROW, STRO… in apply() 430 elements1.clear(); 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 D | redistribute_elements.hpp | 396 elements_type & elements1 = rtree::elements(n); in apply() local 403 …container_type elements_copy(elements1.begin(), elements1.end()); //… in apply() 404 …container_type elements_backup(elements1.begin(), elements1.end()); //… in apply() 444 …elements1.assign(elements_copy.begin(), elements_copy.begin() + split_index); // MAY… in apply() 448 box1 = rtree::elements_box<Box>(elements1.begin(), elements1.end(), translator); in apply() 454 elements1.clear(); in apply()
|