Home
last modified time | relevance | path

Searched defs:Database (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Devent.hpp22 Database, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dsqlite3.cpp139 Database::Database(std::unique_ptr<DatabaseImpl> impl_) in Database() function in mapbox::sqlite::Database
143 Database::Database(Database &&other) in Database() function in mapbox::sqlite::Database
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dsqlite3.cpp106 Database::Database(std::unique_ptr<DatabaseImpl> impl_) in Database() function in mapbox::sqlite::Database
110 Database::Database(Database &&other) in Database() function in mapbox::sqlite::Database
H A Dsqlite3.hpp69 class Database { class