Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.kt201 …val testnestedflatbufferAsMonster : MyGame.Example.Monster? get() = testnestedflatbufferAsMonster(… in testnestedflatbufferInByteBuffer() constant
202 fun testnestedflatbufferAsMonster(obj: MyGame.Example.Monster) : MyGame.Example.Monster? { in testnestedflatbufferInByteBuffer() method in MyGame.Example.Monster
H A 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
/aosp_15_r20/external/flatbuffers/tests/
H A DKotlinTest.kt216 val nestedMonster = mons.testnestedflatbufferAsMonster!! in TestNestedFlatBuffer()
H A DJavaTest.java251 Monster nestedMonster = mons.testnestedflatbufferAsMonster(); in TestNestedFlatBuffer()