Lines Matching refs:testarrayofsortedstruct
948 …uilder, testarrayofsortedstruct): builder.PrependUOffsetTRelativeSlot(29, flatbuffers.number_types… argument
949 def MonsterAddTestarrayofsortedstruct(builder, testarrayofsortedstruct): argument
951 return AddTestarrayofsortedstruct(builder, testarrayofsortedstruct)
1150 self.testarrayofsortedstruct = None # type: List[MyGame.Example.Ability.AbilityT]
1259 self.testarrayofsortedstruct = []
1262 self.testarrayofsortedstruct.append(None)
1265 self.testarrayofsortedstruct.append(ability_)
1428 if self.testarrayofsortedstruct is not None:
1429 StartTestarrayofsortedstructVector(builder, len(self.testarrayofsortedstruct))
1430 for i in reversed(range(len(self.testarrayofsortedstruct))):
1431 self.testarrayofsortedstruct[i].Pack(builder)
1432 testarrayofsortedstruct = builder.EndVector()
1574 if self.testarrayofsortedstruct is not None:
1575 AddTestarrayofsortedstruct(builder, testarrayofsortedstruct)