Searched refs:GetUshort (Results 1 – 3 of 3) sorted by relevance
328 return (short)GetUshort(offset); in GetShort()331 public unsafe ushort GetUshort(int offset) in GetUshort() method in FlatBuffers.ByteBuffer414 public ushort GetUshort(int index) in GetUshort() method in FlatBuffers.ByteBuffer
84 return t.bb.GetUshort(t.bb_pos + off); in GetSlot()
22 …public ushort Count { get { int o = __p.__offset(8); return o != 0 ? __p.bb.GetUshort(o + __p.bb_p…