Searched refs:GetUint64Slot (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/ |
D | go_test.go | 536 check("uint64", uint64Val, table.GetUint64Slot(f, 0)) 1582 testcase{"Uint64Slot", func() bool { return t.GetUint64Slot(calcVOffsetT(5), 5) == 5 }}, 1633 testcase{"Uint64Slot", func() bool { return t.GetUint64Slot(calcVOffsetT(5), 1) == 10 }},
|
/external/flatbuffers/go/ |
D | table.go | 253 func (t *Table) GetUint64Slot(slot VOffsetT, d uint64) uint64 { func
|