Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/FlatBuffers.Test/
DTestTable.cs22 internal struct TestTable struct
24 Table t;
26 public TestTable(ByteBuffer bb, int pos) in TestTable() argument
31 public bool GetSlot(int slot, bool def) in GetSlot()
42 public sbyte GetSlot(int slot, sbyte def) in GetSlot()
53 public byte GetSlot(int slot, byte def) in GetSlot()
64 public short GetSlot(int slot, short def) in GetSlot()
75 public ushort GetSlot(int slot, ushort def) in GetSlot()
86 public int GetSlot(int slot, int def) in GetSlot()
97 public uint GetSlot(int slot, uint def) in GetSlot()
[all …]