Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.kt46 … 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) colo… in addColor() method in TestSimpleTableWithEnum
DMonster.kt901 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(6, color.toByte(), 8) in startInventoryVector() method
DMonster.php910 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\Monster
DMonster.java229 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(6, (byte) colo… in addColor() method in Monster
/external/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.ts726 static addColor(builder:flatbuffers.Builder, color:Color) { method in Monster
Dmonster.js560 static addColor(builder, color) { method in Monster
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
DBaseDataSet.java202 public void addColor(int color) { in addColor() method in BaseDataSet
/external/flatbuffers/tests/ts/ts-flat-files/
Dmonster_test_generated.ts409 static addColor(builder:flatbuffers.Builder, color:MyGame_Example_Color) { method in MyGame_Example_TestSimpleTableWithEnum
1191 static addColor(builder:flatbuffers.Builder, color:MyGame_Example_Color) { method in MyGame_Example_Monster