Searched defs:addColor (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | TestSimpleTableWithEnum.php | 85 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\TestSimpleTableWithEnum
|
D | TestSimpleTableWithEnum.java | 28 …public static void addColor(FlatBufferBuilder builder, byte color) { builder.addByte(0, color, 2);… in addColor() method in TestSimpleTableWithEnum
|
D | Monster.php | 816 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\Monster
|
D | Monster.java | 170 …public static void addColor(FlatBufferBuilder builder, byte color) { builder.addByte(6, color, 8);… in addColor() method in Monster
|
/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 287 static addColor(builder:flatbuffers.Builder, color:MyGame.Example.Color) { method in MyGame.Example.TestSimpleTableWithEnum 1804 static addColor(builder:flatbuffers.Builder, color:MyGame.Example.Color) { method in MyGame.Example.Monster
|
D | monster_test_generated.js | 339 MyGame.Example.TestSimpleTableWithEnum.addColor = function(builder, color) { function in MyGame.Example.TestSimpleTableWithEnum 1893 MyGame.Example.Monster.addColor = function(builder, color) { function in MyGame.Example.Monster
|