Home
last modified time | relevance | path

Searched defs:hasNext (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp330 bool TileCover::Impl::hasNext() const { in hasNext() function in mbgl::util::TileCover::Impl
H A Dtile_cover.cpp248 bool TileCover::hasNext() { in hasNext() function in mbgl::util::TileCover
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp345 const bool hasNext = stmt.impl->query.next(); in run() local