Home
last modified time | relevance | path

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

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