Home
last modified time | relevance | path

Searched refs:testnestedflatbufferAsByteBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.kt199 val testnestedflatbufferAsByteBuffer : ByteBuffer get() = __vector_as_bytebuffer(30, 1) constant in MyGame.Example.Monster
H A DMonster.java68 public ByteBuffer testnestedflatbufferAsByteBuffer() { return __vector_as_bytebuffer(30, 1); } in testnestedflatbufferAsByteBuffer() method in Monster