Home
last modified time | relevance | path

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

/external/flatbuffers/go/
Dtable.go169 func (t *Table) GetInt8Slot(slot VOffsetT, d int8) int8 { func
/external/flatbuffers/tests/
Dgo_test.go638 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 }},