Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp120 address_(0), limit_(-1), offset_(0) in QDeclarativeGeocodeModel()
198 reply_ = geocodingManager->geocode(searchString_, limit_, offset_, boundingArea_); in update()
560 return limit_; in limit()
565 if (limit == limit_) in setLimit()
567 limit_ = limit; in setLimit()
H A Dqdeclarativegeocodemodel_p.h201 int limit_; variable