Lines Matching refs:testarrayofsortedstruct
1609 …uilder, testarrayofsortedstruct): builder.PrependUOffsetTRelativeSlot(29, flatbuffers.number_types… argument
1691 self.testarrayofsortedstruct = None # type: List[AbilityT]
1803 self.testarrayofsortedstruct = []
1806 self.testarrayofsortedstruct.append(None)
1809 self.testarrayofsortedstruct.append(ability_)
1976 if self.testarrayofsortedstruct is not None:
1977 MonsterStartTestarrayofsortedstructVector(builder, len(self.testarrayofsortedstruct))
1978 for i in reversed(range(len(self.testarrayofsortedstruct))):
1979 self.testarrayofsortedstruct[i].Pack(builder)
1980 testarrayofsortedstruct = builder.EndVector()
2122 if self.testarrayofsortedstruct is not None:
2123 MonsterAddTestarrayofsortedstruct(builder, testarrayofsortedstruct)