Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.lua40 function TestSimpleTableWithEnum.AddColor(builder, color) function
DTestSimpleTableWithEnum.cs33 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
DTestSimpleTableWithEnum.py47 def AddColor(builder, color): function
DMonster.lua798 function Monster.AddColor(builder, color) function
DMonster.cs374 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
DMonster.py920 def AddColor(builder, color): function
/third_party/flatbuffers/samples/lua/MyGame/Sample/
DMonster.lua115 function Monster.AddColor(builder, color) builder:PrependInt8Slot(6, color, 2) end function
/third_party/flatbuffers/tests/nested_namespace_test/
Dnested_namespace_test3_generated.cs33 …public static void AddColor(FlatBufferBuilder builder, global::NamespaceB.Color color) { builder.A… in AddColor() method
/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/
DTestSimpleTableWithEnum.py44 def AddColor(builder: flatbuffers.Builder, color: int): function