Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dsqlite3.cpp414 auto changes_ = stmt.impl->changes; in changes() local
415 return (changes_ < 0 ? 0 : changes_); in changes()