Lines Matching defs:offset
99 protected void WriteLittleEndian(int offset, int count, ulong data) in WriteLittleEndian()
117 protected ulong ReadLittleEndian(int offset, int count) in ReadLittleEndian()
140 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength()
149 public void PutSbyte(int offset, sbyte value) in PutSbyte()
155 public void PutByte(int offset, byte value) in PutByte()
161 public void PutByte(int offset, byte value, int count) in PutByte()
169 public void Put(int offset, byte value) in Put()
176 public void PutShort(int offset, short value) in PutShort()
181 public unsafe void PutUshort(int offset, ushort value) in PutUshort()
192 public void PutInt(int offset, int value) in PutInt()
197 public unsafe void PutUint(int offset, uint value) in PutUint()
208 public unsafe void PutLong(int offset, long value) in PutLong()
213 public unsafe void PutUlong(int offset, ulong value) in PutUlong()
224 public unsafe void PutFloat(int offset, float value) in PutFloat()
240 public unsafe void PutDouble(int offset, double value) in PutDouble()
258 public void PutShort(int offset, short value) in PutShort()
264 public void PutUshort(int offset, ushort value) in PutUshort()
270 public void PutInt(int offset, int value) in PutInt()
276 public void PutUint(int offset, uint value) in PutUint()
282 public void PutLong(int offset, long value) in PutLong()
288 public void PutUlong(int offset, ulong value) in PutUlong()
294 public void PutFloat(int offset, float value) in PutFloat()
302 public void PutDouble(int offset, double value) in PutDouble()
326 public short GetShort(int offset) in GetShort()
331 public unsafe ushort GetUshort(int offset) in GetUshort()
342 public int GetInt(int offset) in GetInt()
347 public unsafe uint GetUint(int offset) in GetUint()
358 public long GetLong(int offset) in GetLong()
363 public unsafe ulong GetUlong(int offset) in GetUlong()
374 public unsafe float GetFloat(int offset) in GetFloat()
391 public unsafe double GetDouble(int offset) in GetDouble()