Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.lua32 function TestSimpleTableWithEnum.AddColor(builder, color) builder:PrependUint8Slot(0, color, 2) end function
DTestSimpleTableWithEnum.cs33 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
DMonster.lua539 function Monster.AddColor(builder, color) builder:PrependUint8Slot(6, color, 8) end function
DMonster.cs201 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
/external/flatbuffers/samples/lua/MyGame/Sample/
DMonster.lua115 function Monster.AddColor(builder, color) builder:PrependInt8Slot(6, color, 2) end function