Searched refs:TestSimpleTableWithEnumAddColor (Results 1 – 2 of 2) sorted by relevance
35 def TestSimpleTableWithEnumAddColor(builder, color): builder.PrependUint8Slot(0, color, 2) function66 TestSimpleTableWithEnumAddColor(builder, self.color)
16 TestSimpleTableWithEnumAddColor(builder, t.Color)66 func TestSimpleTableWithEnumAddColor(builder *flatbuffers.Builder, color Color) { func