Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dgo_test.go532 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/
Dtable.go229 func (t *Table) GetUint32Slot(slot VOffsetT, d uint32) uint32 { func