Searched refs:GetBoolSlot (Results 1 – 2 of 2) sorted by relevance
/third_party/flatbuffers/go/ |
D | table.go | 145 func (t *Table) GetBoolSlot(slot VOffsetT, d bool) bool { func
|
/third_party/flatbuffers/tests/ |
D | go_test.go | 603 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 }},
|