Searched refs:testnestedflatbufferAsMonster (Results 1 – 5 of 5) sorted by relevance
217 …val testnestedflatbufferAsMonster : MyGame.Example.Monster? get() = testnestedflatbufferAsMonster(… in testnestedflatbufferInByteBuffer() constant218 fun testnestedflatbufferAsMonster(obj: MyGame.Example.Monster) : MyGame.Example.Monster? { in testnestedflatbufferInByteBuffer() method
82 …public MyGame.Example.Monster testnestedflatbufferAsMonster() { return testnestedflatbufferAsMonst… in testnestedflatbufferAsMonster() method in Monster83 …public MyGame.Example.Monster testnestedflatbufferAsMonster(MyGame.Example.Monster obj) { int o = … in testnestedflatbufferAsMonster() method in Monster
216 val nestedMonster = mons.testnestedflatbufferAsMonster!! in TestNestedFlatBuffer()
551 val nestedMonster = mons.testnestedflatbufferAsMonster in testNestedFlatBuffer()
220 Monster nestedMonster = mons.testnestedflatbufferAsMonster(); in TestNestedFlatBuffer()