Searched refs:recurse_ok (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | partition.hpp | 180 inline bool recurse_ok(IteratorVector const& input, in recurse_ok() function 188 inline bool recurse_ok(IteratorVector1 const& input1, in recurse_ok() function 193 && recurse_ok(input2, min_elements, level); in recurse_ok() 202 inline bool recurse_ok(IteratorVector1 const& input1, in recurse_ok() function 208 && recurse_ok(input2, input3, min_elements, level); in recurse_ok() 245 if (recurse_ok(input, min_elements, level)) in next_level() 279 if (recurse_ok(input1, input2, min_elements, level)) in next_level2() 454 if (recurse_ok(exceeding1, exceeding2, min_elements, level)) in apply() 477 if (recurse_ok(lower2, upper2, exceeding1, min_elements, level)) in apply() 503 if (recurse_ok(lower1, upper1, exceeding2, min_elements, level)) in apply() [all …]
|