Home
last modified time | relevance | path

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

/external/flatbuffers/go/
Dtable.go253 func (t *Table) GetUint64Slot(slot VOffsetT, d uint64) uint64 { func
/external/flatbuffers/tests/
Dgo_test.go583 check("uint64", uint64Val, table.GetUint64Slot(f, 0))
1689 testcase{"Uint64Slot", func() bool { return t.GetUint64Slot(calcVOffsetT(5), 5) == 5 }},
1740 testcase{"Uint64Slot", func() bool { return t.GetUint64Slot(calcVOffsetT(5), 1) == 10 }},