Searched defs:TestTable (Results 1 – 3 of 3) sorted by relevance
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | TestTable.cs | 22 internal struct TestTable struct 24 Table t; 26 public TestTable(ByteBuffer bb, int pos) in TestTable() method 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/ |
D | SynchronizedTableTest.java | 26 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/ |
D | SynchronizedTableTest.java | 26 private static final class TestTable<R, C, V> implements Table<R, C, V>, Serializable { class in SynchronizedTableTest
|