Searched refs:GetUshort (Results 1 – 4 of 4) sorted by relevance
649 return (short)GetUshort(offset); in GetShort()652 public unsafe ushort GetUshort(int offset) in GetUshort() method in FlatBuffers.ByteBuffer758 public ushort GetUshort(int index) in GetUshort() method in FlatBuffers.ByteBuffer
84 return t.bb.GetUshort(t.bb_pos + off); in GetSlot()
29 …public ushort Count { get { int o = __p.__offset(8); return o != 0 ? __p.bb.GetUshort(o + __p.bb_p…
26 …public ushort U16 { get { int o = __p.__offset(10); return o != 0 ? __p.bb.GetUshort(o + __p.bb_po…