Searched defs:AddColor (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | TestSimpleTableWithEnum.lua | 40 function TestSimpleTableWithEnum.AddColor(builder, color) function
|
H A D | TestSimpleTableWithEnum.cs | 33 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
|
H A D | TestSimpleTableWithEnum.py | 42 def AddColor(builder, color): function
|
H A D | Monster.lua | 734 function Monster.AddColor(builder, color) function
|
H A D | Monster.py | 841 def AddColor(builder, color): function
|
H A D | Monster.cs | 341 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
|
/aosp_15_r20/external/flatbuffers/samples/lua/MyGame/Sample/ |
H A D | Monster.lua | 115 function Monster.AddColor(builder, color) builder:PrependInt8Slot(6, color, 2) end function
|
/aosp_15_r20/external/flatbuffers/tests/nested_namespace_test/ |
H A D | nested_namespace_test3_generated.cs | 33 …public static void AddColor(FlatBufferBuilder builder, global::NamespaceB.Color color) { builder.A… in AddColor() method
|