Searched refs:GetLeftParentId (Results 1 – 6 of 6) sorted by relevance
282 commitNode.leftParent = currentCommitIter->second->GetLeftParentId(); in GetAllCommitsInTree()358 errCode = SetHeader(commit->GetLeftParentId()); in RemoveCommit()562 auto leftParentId = commit->GetLeftParentId(); in AddParentsToStack()661 …Parcel::GetVectorCharLen(commit.GetLeftParentId()) + Parcel::GetVectorCharLen(commit.GetRightParen… in TransferCommitToValue()692 errCode = parcel.WriteVectorChar(commit.GetLeftParentId()); in TransferCommitToValue()842 if (commitEntry.GetLeftParentId().size() != 0) { in CheckAddedCommit()843 if (!CommitExist(commitEntry.GetLeftParentId(), errCode)) { in CheckAddedCommit()
40 CommitID GetLeftParentId() const override;
52 CommitID MultiVerCommit::GetLeftParentId() const in GetLeftParentId() function in DistributedDB::MultiVerCommit
92 latestCommit.second->GetLeftParentId(), // leftParent in GetDeviceLatestCommit()134 commitNode->GetLeftParentId(), // leftParent in GetCommitTree()1155 parentId = commit->GetLeftParentId(); in GetParentCommitId()
30 virtual CommitID GetLeftParentId() const = 0;
104 CommitID leftCommitID = commit->GetLeftParentId(); in CompareCommitWithExpectation()