Home
last modified time | relevance | path

Searched refs:GetByteSlot (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/
Dgo_test.go1289 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/
Dtable.go157 func (t *Table) GetByteSlot(slot VOffsetT, d byte) byte { func