Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DTestSimpleTableWithEnum.py41 def TestSimpleTableWithEnumAddColor(builder, color): builder.PrependUint8Slot(0, color, 2) function
43 return TestSimpleTableWithEnumAddColor(builder, color)
75 TestSimpleTableWithEnumAddColor(builder, self.color)
H A DTestSimpleTableWithEnum.go16 TestSimpleTableWithEnumAddColor(builder, t.Color)
73 func TestSimpleTableWithEnumAddColor(builder *flatbuffers.Builder, color Color) { func
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py286 def TestSimpleTableWithEnumAddColor(builder, color): builder.PrependUint8Slot(0, color, 2) function
317 TestSimpleTableWithEnumAddColor(builder, self.color)