Searched defs:addColor (Results 1 - 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
H A DTestSimpleTableWithEnum.java23 TestSimpleTableWithEnum.addColor(builder, color);
28 public static void addColor(FlatBufferBuilder builder, byte color) { builder.addByte(0, color, 2); } method in class:TestSimpleTableWithEnum
H A DTestSimpleTableWithEnum.php75 self::addColor($builder, $color);
85 public static function addColor(FlatBufferBuilder $builder, $color) function
H A DMonster.php403 self::addColor($builder, $color);
510 public static function addColor(FlatBufferBuilder $builder, $color) function
H A DMonster.java99 public static void addColor(FlatBufferBuilder builder, byte color) { builder.addByte(6, color, 8); } method in class:Monster
/external/flatbuffers/tests/
H A Dmonster_test_generated.js250 MyGame.Example.TestSimpleTableWithEnum.addColor = function(builder, color) {
1245 MyGame.Example.Monster.addColor = function(builder, color) {

Completed in 6171 milliseconds