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