Home
last modified time | relevance | path

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

/external/flatbuffers/go/
Dtable.go181 func (t *Table) GetUint8Slot(slot VOffsetT, d uint8) uint8 { func
/external/flatbuffers/tests/
Dgo_test.go640 check("uint8", uint8Val, table.GetUint8Slot(f, 0))
1801 testcase{"Uint8Slot", func() bool { return t.GetUint8Slot(calcVOffsetT(2), 2) == 2 }},
1852 testcase{"Uint8Slot", func() bool { return t.GetUint8Slot(calcVOffsetT(2), 1) == 4 }},