Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/net/FlatBuffers/
H A DByteBuffer.cs253 AssertOffsetAndLength(pos, len); in AssertOffsetAndLength() method
260 AssertOffsetAndLength(pos, len); in AssertOffsetAndLength() method
421 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength() method in FlatBuffers.ByteBuffer