Lines Matching refs:getValue
95 const SourceDelta &getValue(unsigned i) const { in getValue() function in __anon5fc690450111::DeltaTreeNode
100 SourceDelta &getValue(unsigned i) { in getValue() function in __anon5fc690450111::DeltaTreeNode
191 while (i != e && FileIndex > getValue(i).FileLoc) in DoInsertion()
196 if (i != e && getValue(i).FileLoc == FileIndex) { in DoInsertion()
276 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc) in DoInsertion()
353 assert(N->getValue(i-1).FileLoc < N->getValue(i).FileLoc); in VerifyTree()
354 FullDelta += N->getValue(i).Delta; in VerifyTree()
364 const SourceDelta &IVal = N->getValue(i); in VerifyTree()
367 assert(IN->getValue(i-1).FileLoc < IVal.FileLoc); in VerifyTree()
372 assert(IChild->getValue(IChild->getNumValuesUsed()-1).FileLoc < in VerifyTree()
376 assert(IN->getChild(i+1)->getValue(0).FileLoc > IVal.FileLoc); in VerifyTree()
421 const SourceDelta &Val = Node->getValue(NumValsGreater); in getDeltaAt()
442 Node->getValue(NumValsGreater).FileLoc == FileIndex) in getDeltaAt()