Searched defs:AddColor (Results 1 – 9 of 9) sorted by relevance
| /third_party/flatbuffers/tests/MyGame/Example/ |
| D | TestSimpleTableWithEnum.lua | 40 function TestSimpleTableWithEnum.AddColor(builder, color) function
|
| D | TestSimpleTableWithEnum.cs | 33 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
|
| D | TestSimpleTableWithEnum.py | 47 def AddColor(builder, color): function
|
| D | Monster.lua | 798 function Monster.AddColor(builder, color) function
|
| D | Monster.cs | 374 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
|
| D | Monster.py | 920 def AddColor(builder, color): function
|
| /third_party/flatbuffers/samples/lua/MyGame/Sample/ |
| D | Monster.lua | 115 function Monster.AddColor(builder, color) builder:PrependInt8Slot(6, color, 2) end function
|
| /third_party/flatbuffers/tests/nested_namespace_test/ |
| D | nested_namespace_test3_generated.cs | 33 …public static void AddColor(FlatBufferBuilder builder, global::NamespaceB.Color color) { builder.A… in AddColor() method
|
| /third_party/flatbuffers/tests/MyGame/Example/NestedUnion/ |
| D | TestSimpleTableWithEnum.py | 44 def AddColor(builder: flatbuffers.Builder, color: int): function
|