| /external/flatbuffers/tests/MyGame/Example/ | 
| D | TestSimpleTableWithEnum.kt | 46 …     fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(0, color.toByte(), 2)  in startTestSimpleTableWithEnum()  method
 | 
| D | TestSimpleTableWithEnum.php | 85     public static function addColor(FlatBufferBuilder $builder, $color)  function in MyGame\\Example\\TestSimpleTableWithEnum
 | 
| D | TestSimpleTableWithEnum.java | 29 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(0, (byte) colo…  in addColor()  method in TestSimpleTableWithEnum
 | 
| D | Monster.kt | 901 …     fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(6, color.toByte(), 8)  in startInventoryVector()  method
 | 
| D | Monster.php | 910     public static function addColor(FlatBufferBuilder $builder, $color)  function in MyGame\\Example\\Monster
 | 
| D | Monster.java | 229 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(6, (byte) colo…  in addColor()  method in Monster
 | 
| /external/flatbuffers/tests/my-game/example/ | 
| D | test-simple-table-with-enum.ts | 50 static addColor(builder:flatbuffers.Builder, color:Color) {  method in TestSimpleTableWithEnum
 | 
| D | test-simple-table-with-enum.js | 39     static addColor(builder, color) {  method in TestSimpleTableWithEnum
 | 
| D | monster.ts | 726 static addColor(builder:flatbuffers.Builder, color:Color) {  method in Monster
 | 
| D | monster.js | 560     static addColor(builder, color) {  method in Monster
 | 
| /external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/ | 
| D | BaseDataSet.java | 202     public void addColor(int color) {  in addColor()  method in BaseDataSet
 | 
| /external/flatbuffers/tests/ts/ts-flat-files/ | 
| D | monster_test_generated.ts | 409 static addColor(builder:flatbuffers.Builder, color:MyGame_Example_Color) {  method in MyGame_Example_TestSimpleTableWithEnum1191 static addColor(builder:flatbuffers.Builder, color:MyGame_Example_Color) {  method in MyGame_Example_Monster
 
 |