Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.php85 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\TestSimpleTableWithEnum
DTestSimpleTableWithEnum.java28 …public static void addColor(FlatBufferBuilder builder, byte color) { builder.addByte(0, color, 2);… in addColor() method in TestSimpleTableWithEnum
DMonster.php626 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\Monster
DMonster.java120 …public static void addColor(FlatBufferBuilder builder, byte color) { builder.addByte(6, color, 8);… in addColor() method in Monster
/external/flatbuffers/tests/
Dmonster_test_generated.ts281 static addColor(builder:flatbuffers.Builder, color:MyGame.Example.Color) { method in MyGame.Example.TestSimpleTableWithEnum
1483 static addColor(builder:flatbuffers.Builder, color:MyGame.Example.Color) { method in MyGame.Example.Monster
Dmonster_test_generated.js301 MyGame.Example.TestSimpleTableWithEnum.addColor = function(builder, color) { function in MyGame.Example.TestSimpleTableWithEnum
1491 MyGame.Example.Monster.addColor = function(builder, color) { function in MyGame.Example.Monster