Searched refs:GetInt8Slot (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/go/ |
D | table.go | 169 func (t *Table) GetInt8Slot(slot VOffsetT, d int8) int8 { func
|
/external/flatbuffers/tests/ |
D | go_test.go | 638 check("int8", int8Val, table.GetInt8Slot(f, 0)) 1805 testcase{"Int8Slot", func() bool { return t.GetInt8Slot(calcVOffsetT(6), 6) == 6 }}, 1856 testcase{"Int8Slot", func() bool { return t.GetInt8Slot(calcVOffsetT(6), 1) == 12 }},
|