Searched refs:addColor (Results 1 – 8 of 8) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | TestSimpleTableWithEnum.java | 23 TestSimpleTableWithEnum.addColor(builder, color); in createTestSimpleTableWithEnum() 28 …public static void addColor(FlatBufferBuilder builder, byte color) { builder.addByte(0, color, 2);… in addColor() method in TestSimpleTableWithEnum
|
D | TestSimpleTableWithEnum.php | 75 self::addColor($builder, $color); 85 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\TestSimpleTableWithEnum
|
D | Monster.php | 403 self::addColor($builder, $color); 510 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\Monster
|
D | Monster.java | 99 …public static void addColor(FlatBufferBuilder builder, byte color) { builder.addByte(6, color, 8);… in addColor() method in Monster
|
/external/flatbuffers/samples/ |
D | SampleBinary.java | 55 Monster.addColor(builder, Color.Red); in main()
|
D | samplebinary.js | 55 MyGame.Sample.Monster.addColor(builder, MyGame.Sample.Color.Red)
|
/external/flatbuffers/tests/ |
D | monster_test_generated.js | 250 MyGame.Example.TestSimpleTableWithEnum.addColor = function(builder, color) { function in MyGame.Example.TestSimpleTableWithEnum 1245 MyGame.Example.Monster.addColor = function(builder, color) { function in MyGame.Example.Monster
|
/external/flatbuffers/docs/source/ |
D | Tutorial.md | 824 Monster.addColor(builder, Color.Red); 888 MyGame.Sample.Monster.addColor(builder, MyGame.Sample.Color.Red)
|