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