Home
last modified time | relevance | path

Searched defs:addColor (Results 1 – 10 of 10) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.kt47 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(0, color.toByte(), 2) in startTestSimpleTableWithEnum() method
DTestSimpleTableWithEnum.php85 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\TestSimpleTableWithEnum
DTestSimpleTableWithEnum.java29 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(0, (byte)color… in addColor() method in TestSimpleTableWithEnum
DMonster.kt862 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(6, color.toByte(), 8) in startInventoryVector() method
DMonster.php882 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\Monster
DMonster.java223 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(6, (byte)color… in addColor() method in Monster
/third_party/flatbuffers/tests/my-game/example/
Dtest-simple-table-with-enum.ts50 static addColor(builder:flatbuffers.Builder, color:Color) { method in TestSimpleTableWithEnum
Dtest-simple-table-with-enum.js39 static addColor(builder, color) { method in TestSimpleTableWithEnum
Dmonster.ts689 static addColor(builder:flatbuffers.Builder, color:Color) { method in Monster
Dmonster.js532 static addColor(builder, color) { method in Monster