Searched refs:allCommits (Results 1 – 2 of 2) sorted by relevance
544 auto commitIter = allCommits.find(latestCommit.second); in GetLocalVersionThredForLatestCommits()545 if (commitIter != allCommits.end()) { in GetLocalVersionThredForLatestCommits()565 auto iter = allCommits.find(rightParentId); in AddParentsToStack()566 if (iter != allCommits.end() && iter->second != nullptr) { in AddParentsToStack()572 auto iter = allCommits.find(leftParentId); in AddParentsToStack()585 map<CommitID, IKvDBCommit *> allCommits; in GetCommitTree() local586 int errCode = GetAllCommits(allCommits, header); in GetCommitTree()588 if (errCode != E_OK || allCommits.empty()) { in GetCommitTree()597 auto currentCommitIter = allCommits.find(frontId); in GetCommitTree()598 if (currentCommitIter == allCommits.end()) { in GetCommitTree()[all …]
94 …atic void GetLocalVersionThredForLatestCommits(const std::map<CommitID, IKvDBCommit *> &allCommits,98 const std::map<CommitID, IKvDBCommit *> &allCommits, std::stack<CommitID> &commitStack);