Home
last modified time | relevance | path

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

/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs649 return (short)GetUshort(offset); in GetShort()
652 public unsafe ushort GetUshort(int offset) in GetUshort() method in FlatBuffers.ByteBuffer
758 public ushort GetUshort(int index) in GetUshort() method in FlatBuffers.ByteBuffer
/external/flatbuffers/tests/FlatBuffers.Test/
DTestTable.cs84 return t.bb.GetUshort(t.bb_pos + off); in GetSlot()
/external/flatbuffers/tests/MyGame/Example/
DStat.cs29 …public ushort Count { get { int o = __p.__offset(8); return o != 0 ? __p.bb.GetUshort(o + __p.bb_p…
DTypeAliases.cs26 …public ushort U16 { get { int o = __p.__offset(10); return o != 0 ? __p.bb.GetUshort(o + __p.bb_po…