Home
last modified time | relevance | path

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

/external/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.php707 self::addColor($builder, $color);
834 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\Monster
DMonster.kt801 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(6, color.toByte(), 8) in startInventoryVector() method
DMonster.java207 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(6, (byte)color… in addColor() method in Monster
/external/flatbuffers/samples/
DSampleBinary.kt56 Monster.addColor(builder, Color.Red) in main()
DSampleBinary.java55 Monster.addColor(builder, Color.Red); in main()
Dsamplebinary.js55 MyGame.Sample.Monster.addColor(builder, MyGame.Sample.Color.Red)
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersStructsTests.swift124 …static func addColor(b: FlatBufferBuilder, color: Color) { b.add(element: color.rawValue, def: 1, … in addColor() function
131 VPointerVectorVec.addColor(b: b, color: color) in createVPointer()
/external/flatbuffers/dart/example/
Dexample.dart75 ..addColor(myGame.Color.Red);
Dmonster_my_game.sample_generated.dart241 int addColor(Color color) {
/external/flatbuffers/tests/
Dmonster_test_generated.ts339 static addColor(builder:flatbuffers.Builder, color:MyGame.Example.Color) { method in MyGame.Example.TestSimpleTableWithEnum
354 TestSimpleTableWithEnum.addColor(builder, color);
1864 static addColor(builder:flatbuffers.Builder, color:MyGame.Example.Color) { method in MyGame.Example.Monster
2555 Monster.addColor(builder, color);
Dmonster_test_generated.js450 MyGame.Example.TestSimpleTableWithEnum.addColor = function(builder, color) { function in MyGame.Example.TestSimpleTableWithEnum
470 MyGame.Example.TestSimpleTableWithEnum.addColor(builder, color);
2012 MyGame.Example.Monster.addColor = function(builder, color) { function in MyGame.Example.Monster
2755 MyGame.Example.Monster.addColor(builder, color);
Dmonster_test_my_game.example_generated.dart334 int addColor(Color color) {
850 int addColor(Color color) {
/external/flatbuffers/dart/test/
Dmonster_test_my_game.example_generated.dart336 int addColor(Color color) {
852 int addColor(Color color) {
/external/flatbuffers/docs/source/
DTutorial.md1453 Monster.addColor(builder, Color.Red);
1469 Monster.addColor(builder, Color.Red)
1537 MyGame.Sample.Monster.addColor(builder, MyGame.Sample.Color.Red)
1554 MyGame.Sample.Monster.addColor(builder, MyGame.Sample.Color.Red)
1613 ..addColor(myGame.Color.Red);