Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dgo_test.go520 check("bool", boolVal, table.GetBoolSlot(f, false))
1577 testcase{"BoolSlot", func() bool { return t.GetBoolSlot(calcVOffsetT(0), true) == true }},
1628 testcase{"BoolSlot", func() bool { return t.GetBoolSlot(calcVOffsetT(0), true) == false }},
/external/flatbuffers/go/
Dtable.go145 func (t *Table) GetBoolSlot(slot VOffsetT, d bool) bool { func