Searched refs:GetByteSlot (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 1293 if got := tab.GetByteSlot(6, 0); b != got { 1296 if val := tab.GetByteSlot(8, 0); c != val { 1299 if got := tab.GetByteSlot(10, 0); d != got { 1582 testcase{"ByteSlot", func() bool { return t.GetByteSlot(calcVOffsetT(1), 1) == 1 }}, 1633 testcase{"ByteSlot", func() bool { return t.GetByteSlot(calcVOffsetT(1), 1) == 2 }},
|
/external/flatbuffers/go/ |
D | table.go | 157 func (t *Table) GetByteSlot(slot VOffsetT, d byte) byte { func
|