Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dgo_test.go528 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/
Dtable.go205 func (t *Table) GetUint16Slot(slot VOffsetT, d uint16) uint16 { func