Home
last modified time | relevance | path

Searched defs:createTestSimpleTableWithEnum (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DTestSimpleTableWithEnum.kt40 fun createTestSimpleTableWithEnum(builder: FlatBufferBuilder, color: UByte) : Int { in createTestSimpleTableWithEnum() method
H A DTestSimpleTableWithEnum.php72 public static function createTestSimpleTableWithEnum(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\TestSimpleTableWithEnum
H A DTestSimpleTableWithEnum.java21 public static int createTestSimpleTableWithEnum(FlatBufferBuilder builder, in createTestSimpleTableWithEnum() method in TestSimpleTableWithEnum
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dtest-simple-table-with-enum.ts59 static createTestSimpleTableWithEnum(builder:flatbuffers.Builder, color:Color):flatbuffers.Offset { method in TestSimpleTableWithEnum
H A Dtest-simple-table-with-enum.js46 static createTestSimpleTableWithEnum(builder, color) { method in TestSimpleTableWithEnum
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts418 static createTestSimpleTableWithEnum(builder:flatbuffers.Builder, color:MyGame_Example_Color):flatb… method in MyGame_Example_TestSimpleTableWithEnum