Home
last modified time | relevance | path

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

/external/flatbuffers/go/
Dtable.go418 func (t *Table) MutateUint8Slot(slot VOffsetT, n uint8) bool { func
/external/flatbuffers/tests/
Dgo_test.go1597 testcase{"Uint8Slot", func() bool { return t.MutateUint8Slot(calcVOffsetT(2), 4) }},
1615 testcase{"Uint8Slot", func() bool { return t.MutateUint8Slot(calcVOffsetT(16), 2) }},