Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DTestSimpleTableWithEnum.lua40 function TestSimpleTableWithEnum.AddColor(builder, color) function
H A DTestSimpleTableWithEnum.cs33 …public static void AddColor(FlatBufferBuilder builder, MyGame.Example.Color color) { builder.AddBy… in AddColor() method
H A DTestSimpleTableWithEnum.py42 def AddColor(builder, color): function
H A DMonster.lua734 function Monster.AddColor(builder, color) function
H A DMonster.py841 def AddColor(builder, color): function
H A DMonster.cs341 …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 DMonster.lua115 function Monster.AddColor(builder, color) builder:PrependInt8Slot(6, color, 2) end function
/aosp_15_r20/external/flatbuffers/tests/nested_namespace_test/
H A Dnested_namespace_test3_generated.cs33 …public static void AddColor(FlatBufferBuilder builder, global::NamespaceB.Color color) { builder.A… in AddColor() method