Searched refs:AssertOffsetAndLength (Results 1 – 1 of 1) sorted by relevance
/third_party/flatbuffers/net/FlatBuffers/ |
D | ByteBuffer.cs | 241 AssertOffsetAndLength(pos, len); in AssertOffsetAndLength() method 248 AssertOffsetAndLength(pos, len); in AssertOffsetAndLength() method 350 AssertOffsetAndLength(offset, count); in ReadLittleEndian() 389 AssertOffsetAndLength(offset, count); in ReadLittleEndian() 409 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength() method in FlatBuffers.ByteBuffer 422 AssertOffsetAndLength(offset, sizeof(sbyte)); in PutSbyte() 428 AssertOffsetAndLength(offset, sizeof(byte)); in PutByte() 434 AssertOffsetAndLength(offset, sizeof(byte) * count); in PutByte() 442 AssertOffsetAndLength(offset, sizeof(sbyte)); in PutSbyte() 448 AssertOffsetAndLength(offset, sizeof(byte)); in PutByte() [all …]
|