Searched refs:testnestedflatbufferAsMonster (Results 1 – 4 of 4) sorted by relevance
202 …val testnestedflatbufferAsMonster : MyGame.Example.Monster? get() = testnestedflatbufferAsMonster(… in testnestedflatbufferInByteBuffer() constant203 fun testnestedflatbufferAsMonster(obj: MyGame.Example.Monster) : MyGame.Example.Monster? { in testnestedflatbufferInByteBuffer() method in MyGame.Example.Monster
70 …public MyGame.Example.Monster testnestedflatbufferAsMonster() { return testnestedflatbufferAsMonst… in testnestedflatbufferAsMonster() method in Monster71 …public MyGame.Example.Monster testnestedflatbufferAsMonster(MyGame.Example.Monster obj) { int o = … in testnestedflatbufferAsMonster() method in Monster
192 val nestedMonster = mons.testnestedflatbufferAsMonster!! in TestNestedFlatBuffer()
236 Monster nestedMonster = mons.testnestedflatbufferAsMonster(); in TestNestedFlatBuffer()