Home
last modified time | relevance | path

Searched refs:TestSimpleTableWithEnumAddColor (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.py35 def TestSimpleTableWithEnumAddColor(builder, color): builder.PrependUint8Slot(0, color, 2) function
66 TestSimpleTableWithEnumAddColor(builder, self.color)
DTestSimpleTableWithEnum.go16 TestSimpleTableWithEnumAddColor(builder, t.Color)
66 func TestSimpleTableWithEnumAddColor(builder *flatbuffers.Builder, color Color) { func