Searched refs:GetInt32Slot (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 530 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/ |
D | table.go | 217 func (t *Table) GetInt32Slot(slot VOffsetT, d int32) int32 { func
|