Home
last modified time | relevance | path

Searched refs:children_end (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dupdate_tile_masks.hpp115 const auto children_end = std::lower_bound( in updateTileMasks() local
121 computeTileMasks<Renderable>(renderable.id.canonical, renderable.id, child_it, children_end, in updateTileMasks()
H A Dgenerate_clip_ids_impl.hpp32 const auto children_end = std::lower_bound( in update() local
35 for (; child_it != children_end; ++child_it) { in update()