Home
last modified time | relevance | path

Searched defs:testnestedflatbufferAsMonster (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DMonster.kt202 …val testnestedflatbufferAsMonster : MyGame.Example.Monster? get() = testnestedflatbufferAsMonster(… in testnestedflatbufferInByteBuffer() constant in MyGame.Example.Monster
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