| /external/flatbuffers/tests/MyGame/Example/ |
| D | TestSimpleTableWithEnum.kt | 47 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(0, color.toByte(), 2) in startTestSimpleTableWithEnum() method
|
| D | TestSimpleTableWithEnum.php | 85 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\TestSimpleTableWithEnum
|
| D | TestSimpleTableWithEnum.java | 29 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(0, (byte)color… in addColor() method in TestSimpleTableWithEnum
|
| D | Monster.kt | 801 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(6, color.toByte(), 8) in startInventoryVector() method
|
| D | Monster.php | 834 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\Monster
|
| D | Monster.java | 207 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(6, (byte)color… in addColor() method in Monster
|
| /external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
| D | FlatBuffersStructsTests.swift | 124 …static func addColor(b: FlatBufferBuilder, color: Color) { b.add(element: color.rawValue, def: 1, … in addColor() function
|
| /external/flatbuffers/tests/ |
| D | monster_test_generated.ts | 339 static addColor(builder:flatbuffers.Builder, color:MyGame.Example.Color) { method in MyGame.Example.TestSimpleTableWithEnum 1864 static addColor(builder:flatbuffers.Builder, color:MyGame.Example.Color) { method in MyGame.Example.Monster
|
| D | monster_test_generated.js | 450 MyGame.Example.TestSimpleTableWithEnum.addColor = function(builder, color) { function in MyGame.Example.TestSimpleTableWithEnum 2012 MyGame.Example.Monster.addColor = function(builder, color) { function in MyGame.Example.Monster
|