Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DTestSimpleTableWithEnum.py56 testSimpleTableWithEnum = TestSimpleTableWithEnum()
57 testSimpleTableWithEnum.Init(buf, pos)
58 return cls.InitFromObj(testSimpleTableWithEnum)
61 def InitFromObj(cls, testSimpleTableWithEnum): argument
63 x._UnPack(testSimpleTableWithEnum)
67 def _UnPack(self, testSimpleTableWithEnum): argument
68 if testSimpleTableWithEnum is None:
70 self.color = testSimpleTableWithEnum.Color()
76 testSimpleTableWithEnum = TestSimpleTableWithEnumEnd(builder)
77 return testSimpleTableWithEnum
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py298 testSimpleTableWithEnum = TestSimpleTableWithEnum()
299 testSimpleTableWithEnum.Init(buf, pos)
300 return cls.InitFromObj(testSimpleTableWithEnum)
303 def InitFromObj(cls, testSimpleTableWithEnum): argument
305 x._UnPack(testSimpleTableWithEnum)
309 def _UnPack(self, testSimpleTableWithEnum): argument
310 if testSimpleTableWithEnum is None:
312 self.color = testSimpleTableWithEnum.Color()
318 testSimpleTableWithEnum = TestSimpleTableWithEnumEnd(builder)
319 return testSimpleTableWithEnum