Home
last modified time | relevance | path

Searched refs:AssertOffsetAndLength (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs240 AssertOffsetAndLength(pos, len); in AssertOffsetAndLength() method
247 AssertOffsetAndLength(pos, len); in AssertOffsetAndLength() method
346 AssertOffsetAndLength(offset, count); in ReadLittleEndian()
366 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength() method in FlatBuffers.ByteBuffer
379 AssertOffsetAndLength(offset, sizeof(sbyte)); in PutSbyte()
385 AssertOffsetAndLength(offset, sizeof(byte)); in PutByte()
391 AssertOffsetAndLength(offset, sizeof(byte) * count); in PutByte()
399 AssertOffsetAndLength(offset, sizeof(sbyte)); in PutSbyte()
405 AssertOffsetAndLength(offset, sizeof(byte)); in PutByte()
411 AssertOffsetAndLength(offset, sizeof(byte) * count); in PutByte()
[all …]