Searched refs:GetUint32Slot (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 532 check("uint32", uint32Val, table.GetUint32Slot(f, 0)) 1581 testcase{"Uint32Slot", func() bool { return t.GetUint32Slot(calcVOffsetT(4), 4) == 4 }}, 1632 testcase{"Uint32Slot", func() bool { return t.GetUint32Slot(calcVOffsetT(4), 1) == 8 }},
|
/external/flatbuffers/go/ |
D | table.go | 229 func (t *Table) GetUint32Slot(slot VOffsetT, d uint32) uint32 { func
|