Searched refs:GetUint8Slot (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/go/ |
D | table.go | 181 func (t *Table) GetUint8Slot(slot VOffsetT, d uint8) uint8 { func
|
/external/flatbuffers/tests/ |
D | go_test.go | 640 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 }},
|