Searched defs:bindBlob (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | sqlite3.cpp | 314 void Query::bindBlob(int offset, const void* value_, std::size_t length, bool retain) { in bindBlob() function in mapbox::sqlite::Query 329 void Query::bindBlob(int offset, const std::vector<uint8_t>& value, bool retain) { in bindBlob() function in mapbox::sqlite::Query
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | sqlite3.cpp | 260 void Query::bindBlob(int offset, const void * value, std::size_t length, bool retain) { in bindBlob() function in mapbox::sqlite::Query 269 void Query::bindBlob(int offset, const std::vector<uint8_t>& value, bool retain) { in bindBlob() function in mapbox::sqlite::Query
|