Home
last modified time | relevance | path

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

/external/flatbuffers/go/
Dtable.go193 func (t *Table) GetInt16Slot(slot VOffsetT, d int16) int16 { func
/external/flatbuffers/tests/
Dgo_test.go642 check("int16", int16Val, table.GetInt16Slot(f, 0))
1806 testcase{"Int16Slot", func() bool { return t.GetInt16Slot(calcVOffsetT(7), 7) == 7 }},
1857 testcase{"Int16Slot", func() bool { return t.GetInt16Slot(calcVOffsetT(7), 1) == 14 }},