Searched refs:GetUint16Slot (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 528 check("uint16", uint16Val, table.GetUint16Slot(f, 0)) 1580 testcase{"Uint16Slot", func() bool { return t.GetUint16Slot(calcVOffsetT(3), 3) == 3 }}, 1631 testcase{"Uint16Slot", func() bool { return t.GetUint16Slot(calcVOffsetT(3), 1) == 6 }},
|
/external/flatbuffers/go/ |
D | table.go | 205 func (t *Table) GetUint16Slot(slot VOffsetT, d uint16) uint16 { func
|