Home
last modified time | relevance | path

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

/external/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 …]
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedTableTest.java26 private static final class TestTable<R, C, V> implements Table<R, C, V>, Serializable { class in SynchronizedTableTest
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedTableTest.java26 private static final class TestTable<R, C, V> implements Table<R, C, V>, Serializable { class in SynchronizedTableTest