Home
last modified time | relevance | path

Searched refs:GetInt8 (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/go/
Dtable.go98 func (t *Table) GetInt8(off UOffsetT) int8 { func
99 return GetInt8(t.Bytes[off:])
175 return t.GetInt8(t.Pos + UOffsetT(off))
Dencode.go70 func GetInt8(buf []byte) (n int8) { func
/third_party/flatbuffers/tests/MyGame/Example/
DTest.go51 return rcv._tab.GetInt8(rcv._tab.Pos + flatbuffers.UOffsetT(2))
DTypeAliases.go120 return rcv._tab.GetInt8(o + rcv._tab.Pos)
241 return rcv._tab.GetInt8(a + flatbuffers.UOffsetT(j*1))
DMonster.go1279 return Race(rcv._tab.GetInt8(o + rcv._tab.Pos))
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.go95 return NamespaceA__NamespaceB.EnumInNestedNS(rcv._tab.GetInt8(o + rcv._tab.Pos))