Home
last modified time | relevance | path

Searched defs:testnestedflatbufferAsMonster (Results 1 – 2 of 2) 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
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