Home
last modified time | relevance | path

Searched refs:MutateUint64Slot (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DReferrable.go38 return rcv._tab.MutateUint64Slot(4, n)
DMonster.go321 return rcv._tab.MutateUint64Slot(42, n)
369 return rcv._tab.MutateUint64Slot(50, n)
617 return rcv._tab.MutateUint64Slot(76, n)
675 return rcv._tab.MutateUint64Slot(82, n)
713 return rcv._tab.MutateUint64Slot(86, n)
DTypeAliases.go122 return rcv._tab.MutateUint64Slot(18, n)
/external/flatbuffers/go/
Dtable.go478 func (t *Table) MutateUint64Slot(slot VOffsetT, n uint64) bool { func
/external/flatbuffers/tests/
Dgo_test.go1604 testcase{"Uint64Slot", func() bool { return t.MutateUint64Slot(calcVOffsetT(5), 10) }},
1622 testcase{"Uint64Slot", func() bool { return t.MutateUint64Slot(calcVOffsetT(16), 2) }},