Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.hpp54 std::exception_ptr getLastError() const { in getLastError() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp162 if (impl->style->impl->getLastError()) { in renderStill()
163 callback(impl->style->impl->getLastError()); in renderStill()