Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp258 std::stack<CommitID> commitStack; in GetAllCommitsInTree() local
259 commitStack.push(headerId); in GetAllCommitsInTree()
260 while (!commitStack.empty()) { in GetAllCommitsInTree()
269 commitStack.pop(); in GetAllCommitsInTree()
498 std::stack<CommitID> commitStack; in GetLatestCommits() local
499 commitStack.push(headerId); in GetLatestCommits()
500 while (!commitStack.empty()) { in GetLatestCommits()
511 commitStack.pop(); in GetLatestCommits()
594 commitStack.push(header); in GetCommitTree()
595 while (!commitStack.empty()) { in GetCommitTree()
[all …]
H A Dmulti_ver_natural_store_commit_storage.h98 const std::map<CommitID, IKvDBCommit *> &allCommits, std::stack<CommitID> &commitStack);