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