Home
last modified time | relevance | path

Searched refs:testnestedflatbufferAsMonster (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonster.kt202 …val testnestedflatbufferAsMonster : MyGame.Example.Monster? get() = testnestedflatbufferAsMonster(… in testnestedflatbufferInByteBuffer() constant
203 fun testnestedflatbufferAsMonster(obj: MyGame.Example.Monster) : MyGame.Example.Monster? { in testnestedflatbufferInByteBuffer() method in MyGame.Example.Monster
DMonster.java70 …public MyGame.Example.Monster testnestedflatbufferAsMonster() { return testnestedflatbufferAsMonst… in testnestedflatbufferAsMonster() method in Monster
71 …public MyGame.Example.Monster testnestedflatbufferAsMonster(MyGame.Example.Monster obj) { int o = … in testnestedflatbufferAsMonster() method in Monster
/external/flatbuffers/tests/
DKotlinTest.kt192 val nestedMonster = mons.testnestedflatbufferAsMonster!! in TestNestedFlatBuffer()
DJavaTest.java236 Monster nestedMonster = mons.testnestedflatbufferAsMonster(); in TestNestedFlatBuffer()