Home
last modified time | relevance | path

Searched refs:addColor (Results 1 – 17 of 17) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.php75 self::addColor($builder, $color);
85 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\TestSimpleTableWithEnum
DTestSimpleTableWithEnum.kt43 addColor(builder, color) in createTestSimpleTableWithEnum()
47 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(0, color.toByte(), 2) in startTestSimpleTableWithEnum() method
DTestSimpleTableWithEnum.java24 TestSimpleTableWithEnum.addColor(builder, color); in createTestSimpleTableWithEnum()
29 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(0, (byte)color… in addColor() method in TestSimpleTableWithEnum
DMonster.php753 self::addColor($builder, $color);
882 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\Monster
DMonster.kt862 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(6, color.toByte(), 8) in startInventoryVector() method
DMonster.java223 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(6, (byte)color… in addColor() method in Monster
/third_party/flatbuffers/tests/my-game/example/
Dtest-simple-table-with-enum.js39 static addColor(builder, color) { method in TestSimpleTableWithEnum
48 TestSimpleTableWithEnum.addColor(builder, color);
Dtest-simple-table-with-enum.ts50 static addColor(builder:flatbuffers.Builder, color:Color) { method in TestSimpleTableWithEnum
61 TestSimpleTableWithEnum.addColor(builder, color);
Dmonster.js532 static addColor(builder, color) { method in Monster
1032 Monster.addColor(builder, this.color);
Dmonster.ts689 static addColor(builder:flatbuffers.Builder, color:Color) { method in Monster
1325 Monster.addColor(builder, this.color);
/third_party/flatbuffers/samples/
DSampleBinary.kt56 Monster.addColor(builder, Color.Red) in main()
DSampleBinary.java55 Monster.addColor(builder, Color.Red); in main()
/third_party/flatbuffers/dart/example/
Dexample.dart75 ..addColor(myGame.Color.Red);
Dmonster_my_game.sample_generated.dart241 int addColor(Color color) {
/third_party/flatbuffers/tests/
Dmonster_test_my_game.example_generated.dart334 int addColor(Color color) {
931 int addColor(Color color) {
/third_party/flatbuffers/dart/test/
Dmonster_test_my_game.example_generated.dart334 int addColor(Color color) {
931 int addColor(Color color) {
/third_party/flatbuffers/docs/source/
DTutorial.md1468 Monster.addColor(builder, Color.Red);
1484 Monster.addColor(builder, Color.Red)
1552 MyGame.Sample.Monster.addColor(builder, MyGame.Sample.Color.Red)
1569 MyGame.Sample.Monster.addColor(builder, MyGame.Sample.Color.Red)
1628 ..addColor(myGame.Color.Red);