Home
last modified time | relevance | path

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

/third_party/flatbuffers/go/
Dtable.go205 func (t *Table) GetUint16Slot(slot VOffsetT, d uint16) uint16 { func
/third_party/flatbuffers/tests/
Dgo_test.go611 check("uint16", uint16Val, table.GetUint16Slot(f, 0))
1769 testcase{"Uint16Slot", func() bool { return t.GetUint16Slot(calcVOffsetT(3), 3) == 3 }},
1820 testcase{"Uint16Slot", func() bool { return t.GetUint16Slot(calcVOffsetT(3), 1) == 6 }},