Lines Matching refs:testarrayofbools
913 …bools(builder, testarrayofbools): builder.PrependUOffsetTRelativeSlot(24, flatbuffers.number_types… argument
914 def AddTestarrayofbools(builder, testarrayofbools): argument
915 return MonsterAddTestarrayofbools(builder, testarrayofbools)
1101 self.testarrayofbools = None # type: List[bool]
1205 self.testarrayofbools = []
1207 self.testarrayofbools.append(monster.Testarrayofbools(i))
1209 self.testarrayofbools = monster.TestarrayofboolsAsNumpy()
1375 if self.testarrayofbools is not None:
1376 if np is not None and type(self.testarrayofbools) is np.ndarray:
1377 testarrayofbools = builder.CreateNumpyVector(self.testarrayofbools)
1379 MonsterStartTestarrayofboolsVector(builder, len(self.testarrayofbools))
1380 for i in reversed(range(len(self.testarrayofbools))):
1381 builder.PrependBool(self.testarrayofbools[i])
1382 testarrayofbools = builder.EndVector()
1530 if self.testarrayofbools is not None:
1531 MonsterAddTestarrayofbools(builder, testarrayofbools)