Home
last modified time | relevance | path

Searched defs:getRootAsTestSimpleTableWithEnum (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.kt47 …fun getRootAsTestSimpleTableWithEnum(_bb: ByteBuffer): TestSimpleTableWithEnum = getRootAsTestSimp… in validateVersion() method
48 …fun getRootAsTestSimpleTableWithEnum(_bb: ByteBuffer, obj: TestSimpleTableWithEnum): TestSimpleTab… in validateVersion() method
DTestSimpleTableWithEnum.java25 …public static TestSimpleTableWithEnum getRootAsTestSimpleTableWithEnum(ByteBuffer _bb) { return ge… in getRootAsTestSimpleTableWithEnum() method in TestSimpleTableWithEnum
26 …public static TestSimpleTableWithEnum getRootAsTestSimpleTableWithEnum(ByteBuffer _bb, TestSimpleT… in getRootAsTestSimpleTableWithEnum() method in TestSimpleTableWithEnum
DTestSimpleTableWithEnum.php17 public static function getRootAsTestSimpleTableWithEnum(ByteBuffer $bb) function in MyGame\\Example\\TestSimpleTableWithEnum
/third_party/flatbuffers/tests/ts/my-game/example/
Dtest-simple-table-with-enum.js15 static getRootAsTestSimpleTableWithEnum(bb, obj) { method in TestSimpleTableWithEnum