Searched refs:GetByte (Results 1 – 1 of 1) sorted by relevance
73 if(result.GetByte(cp) == 0) in Previous()83 result.SetByte(cp, (byte)(result.GetByte(cp) - 1)); in Previous()100 bytes[i] = GetByte(i); in GetBytes()234 if(this.GetByte(cp) == byte.MaxValue) in InnerNext()244 this.SetByte(cp, (byte)(this.GetByte(cp) + 1)); in InnerNext()254 private byte GetByte(int index) in GetByte() method