Searched refs:ColorBlue (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | Color.go | 16 ColorBlue Color = 8 const 22 ColorBlue: "Blue", 28 "Blue": ColorBlue,
|
/external/flatbuffers/tests/ |
D | go_test.go | 222 if got := monster.Color(); example.ColorBlue != got { 223 fail(FailString("color", example.ColorBlue, got)) 411 testcase{"Pos.Test2", func() bool { return monster.Pos(nil).MutateTest2(example.ColorBlue) }}, 425 testcase{"Pos.Test2'", func() bool { return monster.Pos(nil).Test2() == example.ColorBlue }}, 1557 example.ColorBlue: "Blue", 1594 "Blue": example.ColorBlue,
|