Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp544 auto commitIter = allCommits.find(latestCommit.second); in GetLocalVersionThredForLatestCommits() local
545 if (commitIter != allCommits.end()) { in GetLocalVersionThredForLatestCommits()
547 …latestCommitVersions.insert(make_pair(latestCommit.first, commitIter->second->GetCommitVersion())); in GetLocalVersionThredForLatestCommits()