Lines Matching refs:testarrayofsortedstruct
934 …uilder, testarrayofsortedstruct): builder.PrependUOffsetTRelativeSlot(29, flatbuffers.number_types… argument
935 def AddTestarrayofsortedstruct(builder, testarrayofsortedstruct): argument
936 return MonsterAddTestarrayofsortedstruct(builder, testarrayofsortedstruct)
1106 self.testarrayofsortedstruct = None # type: List[MyGame.Example.Ability.AbilityT]
1218 self.testarrayofsortedstruct = []
1221 self.testarrayofsortedstruct.append(None)
1224 self.testarrayofsortedstruct.append(ability_)
1391 if self.testarrayofsortedstruct is not None:
1392 MonsterStartTestarrayofsortedstructVector(builder, len(self.testarrayofsortedstruct))
1393 for i in reversed(range(len(self.testarrayofsortedstruct))):
1394 self.testarrayofsortedstruct[i].Pack(builder)
1395 testarrayofsortedstruct = builder.EndVector()
1537 if self.testarrayofsortedstruct is not None:
1538 MonsterAddTestarrayofsortedstruct(builder, testarrayofsortedstruct)