Home
last modified time | relevance | path

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

/third_party/flatbuffers/go/
Dtable.go217 func (t *Table) GetInt32Slot(slot VOffsetT, d int32) int32 { func
/third_party/flatbuffers/tests/
Dgo_test.go613 check("int32", int32Val, table.GetInt32Slot(f, 0))
1774 testcase{"Int32Slot", func() bool { return t.GetInt32Slot(calcVOffsetT(8), 8) == 8 }},
1825 testcase{"Int32Slot", func() bool { return t.GetInt32Slot(calcVOffsetT(8), 1) == 16 }},