Lines Matching defs:offset

342         protected void WriteLittleEndian(int offset, int count, ulong data)  in WriteLittleEndian()
360 protected ulong ReadLittleEndian(int offset, int count) in ReadLittleEndian()
381 protected void WriteLittleEndian(int offset, int count, ulong data) in WriteLittleEndian()
399 protected ulong ReadLittleEndian(int offset, int count) in ReadLittleEndian()
421 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength()
432 public void PutSbyte(int offset, sbyte value) in PutSbyte()
438 public void PutByte(int offset, byte value) in PutByte()
444 public void PutByte(int offset, byte value, int count) in PutByte()
452 public void PutSbyte(int offset, sbyte value) in PutSbyte()
458 public void PutByte(int offset, byte value) in PutByte()
464 public void PutByte(int offset, byte value, int count) in PutByte()
473 public void Put(int offset, byte value) in Put()
479 public unsafe void PutStringUTF8(int offset, string value) in PutStringUTF8()
491 public void PutStringUTF8(int offset, string value) in PutStringUTF8()
498 public void PutStringUTF8(int offset, string value) in PutStringUTF8()
508 public void PutShort(int offset, short value) in PutShort()
513 public unsafe void PutUshort(int offset, ushort value) in PutUshort()
529 public void PutInt(int offset, int value) in PutInt()
534 public unsafe void PutUint(int offset, uint value) in PutUint()
550 public unsafe void PutLong(int offset, long value) in PutLong()
555 public unsafe void PutUlong(int offset, ulong value) in PutUlong()
571 public unsafe void PutFloat(int offset, float value) in PutFloat()
591 public unsafe void PutDouble(int offset, double value) in PutDouble()
612 public void PutShort(int offset, short value) in PutShort()
618 public void PutUshort(int offset, ushort value) in PutUshort()
624 public void PutInt(int offset, int value) in PutInt()
630 public void PutUint(int offset, uint value) in PutUint()
636 public void PutLong(int offset, long value) in PutLong()
642 public void PutUlong(int offset, ulong value) in PutUlong()
648 public void PutFloat(int offset, float value) in PutFloat()
659 public void PutDouble(int offset, double value) in PutDouble()
715 public short GetShort(int offset) in GetShort()
720 public unsafe ushort GetUshort(int offset) in GetUshort()
736 public int GetInt(int offset) in GetInt()
741 public unsafe uint GetUint(int offset) in GetUint()
757 public long GetLong(int offset) in GetLong()
762 public unsafe ulong GetUlong(int offset) in GetUlong()
778 public unsafe float GetFloat(int offset) in GetFloat()
799 public unsafe double GetDouble(int offset) in GetDouble()