Searched refs:AddColor (Results 1 – 13 of 13) sorted by relevance
/external/flatbuffers/tests/nested_namespace_test/ |
D | nested_namespace_test3_generated.cs | 28 ColorTestTable.AddColor(builder, color); in CreateColorTestTable() 33 …public static void AddColor(FlatBufferBuilder builder, global::NamespaceB.Color color) { builder.A… in AddColor() method
|
/external/flatbuffers/tests/MyGame/Example/ |
D | TestSimpleTableWithEnum.cs | 28 TestSimpleTableWithEnum.AddColor(builder, color); in CreateTestSimpleTableWithEnum() 33 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
|
D | TestSimpleTableWithEnum.lua | 40 function TestSimpleTableWithEnum.AddColor(builder, color) function
|
D | TestSimpleTableWithEnum.py | 42 def AddColor(builder, color): function
|
D | Monster.lua | 734 function Monster.AddColor(builder, color) function
|
D | Monster.cs | 326 Monster.AddColor(builder, color); in CreateMonster() 341 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
|
D | Monster.py | 841 def AddColor(builder, color): function
|
/external/flatbuffers/tests/FlatBuffers.Benchmarks/ |
D | FlatBufferBuilderBenchmark.cs | 74 Monster.AddColor(builder, Color.Blue); in BuildMonster()
|
/external/flatbuffers/samples/ |
D | sample_binary.lua | 60 monster.AddColor(builder, color.Red)
|
D | SampleBinary.php | 61 \MyGame\Sample\Monster::AddColor($builder, \MyGame\Sample\Color::Red);
|
D | SampleBinary.cs | 53 Monster.AddColor(builder, Color.Red); in Main()
|
/external/flatbuffers/samples/lua/MyGame/Sample/ |
D | Monster.lua | 115 function Monster.AddColor(builder, color) builder:PrependInt8Slot(6, color, 2) end function
|
/external/flatbuffers/docs/source/ |
D | Tutorial.md | 1502 Monster.AddColor(builder, Color.Red); 1535 MyGame.Sample.Monster.AddColor(builder, 1588 \MyGame\Sample\Monster::AddColor($builder, \MyGame\Sample\Color::Red); 1670 monster.AddColor(builder, color.Red)
|