Lines Matching refs:Enum2
220 l.assure( ((int) Enum2.VALUE0) == 0); in testEnum2()
221 l.assure( ((int) Enum2.VALUE1) == 1); in testEnum2()
222 l.assure( ((int) Enum2.VALUE2) == 2); in testEnum2()
223 l.assure( ((int) Enum2.VALUE4) == 4); in testEnum2()
253 l.assure(s.p15 == Enum2.VALUE0); in testEmptyStruct2()
271 l.assure(s.t15 == Enum2.VALUE0); in testEmptyStruct2()
335 "BCD", typeof(ulong), new Any(22), Enum2.VALUE4, in testFullStruct2()
338 Enum2.VALUE0, new Struct1(), null, null, in testFullStruct2()
342 new String[0], new Type[0], new Any[0], new Enum2[0], in testFullStruct2()
348 new Enum2[0][], new Struct1[0][], new Object[0][], in testFullStruct2()
353 new Enum2[0][], new Struct1[0][], new Object[0][], in testFullStruct2()
369 l.assure(s.p15 == Enum2.VALUE4); in testFullStruct2()
387 l.assure(s.t15 == Enum2.VALUE0); in testFullStruct2()
609 Enum2 b15 = Enum2.VALUE4; in testS1()
629 Enum2 b35 = b15; in testS1()
647 Enum2[] b53 = new Enum2[] {Enum2.VALUE2}; in testS1()
666 Enum2[][] b71 = new Enum2[][] {new Enum2[]{Enum2.VALUE2}}; in testS1()
684 Enum2[][] b89 = b71; in testS1()
1227 Enum2 aEnum2 = Enum2.VALUE2; in testInterface()
1253 Enum2 outEnum2; in testInterface()
1299 Enum2 inoutEnum2 = Enum2.VALUE4; in testInterface()