Searched refs:_peviousPos (Results 1 – 2 of 2) sorted by relevance
80 _peviousPos = (UInt64)(Int64)-1; in SetRange()88 if (pos < _range && pos > _peviousPos) in SetPos()90 UInt64 posDelta = pos - _peviousPos; in SetPos()97 _peviousPos = pos; in SetPos()
84 UInt64 _peviousPos; variable