Searched refs:MutateBool (Results 1 – 6 of 6) sorted by relevance
298 func (t *Table) MutateBool(off UOffsetT, n bool) bool { func390 t.MutateBool(t.Pos+UOffsetT(off), n)
329 self.assertTrue(root.MutateBool(False))333 self.assertTrue(root.MutateBool(True))
2989 TEST_EQ(vec[4].MutateBool(true), true); // Can change a bool in FlexBuffersTest()
587 def MutateBool(self, value): member in Ref
677 bool MutateBool(bool b) { in MutateBool() function
851 return rcv._tab.MutateBool(a+flatbuffers.UOffsetT(j*1), n)