Searched refs:currentCommitIter (Results 1 – 1 of 1) sorted by relevance
262 if (currentCommitIter == commitsTable.end()) { in GetAllCommitsInTree()270 if (currentCommitIter->second == nullptr) { in GetAllCommitsInTree()278 commitNode.commitId = currentCommitIter->first; in GetAllCommitsInTree()288 ReleaseCommit(currentCommitIter->second); in GetAllCommitsInTree()503 if (currentCommitIter == commits.end()) { in GetLatestCommits()512 if (currentCommitIter->second == nullptr) { in GetLatestCommits()530 ReleaseCommit(currentCommitIter->second); in GetLatestCommits()598 if (currentCommitIter == allCommits.end()) { in GetCommitTree()606 if (currentCommitIter->second == nullptr) { in GetCommitTree()621 ReleaseCommit(currentCommitIter->second); in GetCommitTree()[all …]