Home
last modified time | relevance | path

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 Dsqlite3.cpp314 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 Dsqlite3.cpp260 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