Home
last modified time | relevance | path

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

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