Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dgo_test.go522 check("int8", int8Val, table.GetInt8Slot(f, 0))
1583 testcase{"Int8Slot", func() bool { return t.GetInt8Slot(calcVOffsetT(6), 6) == 6 }},
1634 testcase{"Int8Slot", func() bool { return t.GetInt8Slot(calcVOffsetT(6), 1) == 12 }},
/external/flatbuffers/go/
Dtable.go169 func (t *Table) GetInt8Slot(slot VOffsetT, d int8) int8 { func