Lines Matching defs:offset

326         protected void WriteLittleEndian(int offset, int count, ulong data)  in WriteLittleEndian()
344 protected ulong ReadLittleEndian(int offset, int count) in ReadLittleEndian()
366 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength()
377 public void PutSbyte(int offset, sbyte value) in PutSbyte()
383 public void PutByte(int offset, byte value) in PutByte()
389 public void PutByte(int offset, byte value, int count) in PutByte()
397 public void PutSbyte(int offset, sbyte value) in PutSbyte()
403 public void PutByte(int offset, byte value) in PutByte()
409 public void PutByte(int offset, byte value, int count) in PutByte()
418 public void Put(int offset, byte value) in Put()
424 public unsafe void PutStringUTF8(int offset, string value) in PutStringUTF8()
436 public void PutStringUTF8(int offset, string value) in PutStringUTF8()
446 public void PutShort(int offset, short value) in PutShort()
451 public unsafe void PutUshort(int offset, ushort value) in PutUshort()
467 public void PutInt(int offset, int value) in PutInt()
472 public unsafe void PutUint(int offset, uint value) in PutUint()
488 public unsafe void PutLong(int offset, long value) in PutLong()
493 public unsafe void PutUlong(int offset, ulong value) in PutUlong()
509 public unsafe void PutFloat(int offset, float value) in PutFloat()
529 public unsafe void PutDouble(int offset, double value) in PutDouble()
550 public void PutShort(int offset, short value) in PutShort()
556 public void PutUshort(int offset, ushort value) in PutUshort()
562 public void PutInt(int offset, int value) in PutInt()
568 public void PutUint(int offset, uint value) in PutUint()
574 public void PutLong(int offset, long value) in PutLong()
580 public void PutUlong(int offset, ulong value) in PutUlong()
586 public void PutFloat(int offset, float value) in PutFloat()
594 public void PutDouble(int offset, double value) in PutDouble()
647 public short GetShort(int offset) in GetShort()
652 public unsafe ushort GetUshort(int offset) in GetUshort()
668 public int GetInt(int offset) in GetInt()
673 public unsafe uint GetUint(int offset) in GetUint()
689 public long GetLong(int offset) in GetLong()
694 public unsafe ulong GetUlong(int offset) in GetUlong()
710 public unsafe float GetFloat(int offset) in GetFloat()
731 public unsafe double GetDouble(int offset) in GetDouble()