Searched refs:commitStack (Results 1 – 2 of 2) sorted by relevance
258 std::stack<CommitID> commitStack; in GetAllCommitsInTree() local259 commitStack.push(headerId); in GetAllCommitsInTree()260 while (!commitStack.empty()) { in GetAllCommitsInTree()269 commitStack.pop(); in GetAllCommitsInTree()498 std::stack<CommitID> commitStack; in GetLatestCommits() local499 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 …]
98 const std::map<CommitID, IKvDBCommit *> &allCommits, std::stack<CommitID> &commitStack);