Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.kt47 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(0, color.toByte(), 2) in startTestSimpleTableWithEnum() method
DTestSimpleTableWithEnum.php85 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\TestSimpleTableWithEnum
DTestSimpleTableWithEnum.java29 …public static void addColor(FlatBufferBuilder builder, int color) { builder.addByte(0, (byte)color… in addColor() method in TestSimpleTableWithEnum
DMonster.kt801 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(6, color.toByte(), 8) in startInventoryVector() method
DMonster.php834 public static function addColor(FlatBufferBuilder $builder, $color) function in MyGame\\Example\\Monster
DMonster.java207 …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/
DFlatBuffersStructsTests.swift124 …static func addColor(b: FlatBufferBuilder, color: Color) { b.add(element: color.rawValue, def: 1, … in addColor() function
/external/flatbuffers/tests/
Dmonster_test_generated.ts339 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
Dmonster_test_generated.js450 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