Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1068 size_t tmpBindSize = row.values_.size() + args.size(); in Update() local
1069 tmpBindArgs.reserve(tmpBindSize); in Update()