Searched refs:GetByteSlot (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 1289 if got := tab.GetByteSlot(6, 0); b != got { 1292 if val := tab.GetByteSlot(8, 0); c != val { 1295 if got := tab.GetByteSlot(10, 0); d != got { 1578 testcase{"ByteSlot", func() bool { return t.GetByteSlot(calcVOffsetT(1), 1) == 1 }}, 1629 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
|