Home
last modified time | relevance | path

Searched refs:structOfStructsOfStructs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStructOfStructsOfStructs.py55 structOfStructsOfStructs = StructOfStructsOfStructs()
56 structOfStructsOfStructs.Init(buf, pos)
57 return cls.InitFromObj(structOfStructsOfStructs)
60 def InitFromObj(cls, structOfStructsOfStructs): argument
62 x._UnPack(structOfStructsOfStructs)
66 def _UnPack(self, structOfStructsOfStructs): argument
67 if structOfStructsOfStructs is None:
69 if structOfStructsOfStructs.A(MyGame.Example.StructOfStructs.StructOfStructs()) is not None:
70 …a = MyGame.Example.StructOfStructs.StructOfStructsT.InitFromObj(structOfStructsOfStructs.A(MyGame.…
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py591 structOfStructsOfStructs = StructOfStructsOfStructs()
592 structOfStructsOfStructs.Init(buf, pos)
593 return cls.InitFromObj(structOfStructsOfStructs)
596 def InitFromObj(cls, structOfStructsOfStructs): argument
598 x._UnPack(structOfStructsOfStructs)
602 def _UnPack(self, structOfStructsOfStructs): argument
603 if structOfStructsOfStructs is None:
605 if structOfStructsOfStructs.A(StructOfStructs()) is not None:
606 self.a = StructOfStructsT.InitFromObj(structOfStructsOfStructs.A(StructOfStructs()))