• Home
  • Raw
  • Download

Lines Matching defs:offset

330         protected void WriteLittleEndian(int offset, int count, ulong data)  in WriteLittleEndian()
348 protected ulong ReadLittleEndian(int offset, int count) in ReadLittleEndian()
369 protected void WriteLittleEndian(int offset, int count, ulong data) in WriteLittleEndian()
387 protected ulong ReadLittleEndian(int offset, int count) in ReadLittleEndian()
409 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength()
420 public void PutSbyte(int offset, sbyte value) in PutSbyte()
426 public void PutByte(int offset, byte value) in PutByte()
432 public void PutByte(int offset, byte value, int count) in PutByte()
440 public void PutSbyte(int offset, sbyte value) in PutSbyte()
446 public void PutByte(int offset, byte value) in PutByte()
452 public void PutByte(int offset, byte value, int count) in PutByte()
461 public void Put(int offset, byte value) in Put()
467 public unsafe void PutStringUTF8(int offset, string value) in PutStringUTF8()
479 public void PutStringUTF8(int offset, string value) in PutStringUTF8()
486 public void PutStringUTF8(int offset, string value) in PutStringUTF8()
496 public void PutShort(int offset, short value) in PutShort()
501 public unsafe void PutUshort(int offset, ushort value) in PutUshort()
517 public void PutInt(int offset, int value) in PutInt()
522 public unsafe void PutUint(int offset, uint value) in PutUint()
538 public unsafe void PutLong(int offset, long value) in PutLong()
543 public unsafe void PutUlong(int offset, ulong value) in PutUlong()
559 public unsafe void PutFloat(int offset, float value) in PutFloat()
579 public unsafe void PutDouble(int offset, double value) in PutDouble()
600 public void PutShort(int offset, short value) in PutShort()
606 public void PutUshort(int offset, ushort value) in PutUshort()
612 public void PutInt(int offset, int value) in PutInt()
618 public void PutUint(int offset, uint value) in PutUint()
624 public void PutLong(int offset, long value) in PutLong()
630 public void PutUlong(int offset, ulong value) in PutUlong()
636 public void PutFloat(int offset, float value) in PutFloat()
647 public void PutDouble(int offset, double value) in PutDouble()
703 public short GetShort(int offset) in GetShort()
708 public unsafe ushort GetUshort(int offset) in GetUshort()
724 public int GetInt(int offset) in GetInt()
729 public unsafe uint GetUint(int offset) in GetUint()
745 public long GetLong(int offset) in GetLong()
750 public unsafe ulong GetUlong(int offset) in GetUlong()
766 public unsafe float GetFloat(int offset) in GetFloat()
787 public unsafe double GetDouble(int offset) in GetDouble()