Lines Matching refs:PolymorphicName

891             string sType = ((PolymorphicType) cobj.Args[1].Type).PolymorphicName;  in testS1()
893 sType = ((PolymorphicType) cobj.Args[2].Type).PolymorphicName; in testS1()
895 sType = ((PolymorphicType) cobj.Args[3].Type).PolymorphicName; in testS1()
897 sType = ((PolymorphicType) cobj.Args[4].Type).PolymorphicName; in testS1()
899 sType = ((PolymorphicType) cobj.Args[5].Type).PolymorphicName; in testS1()
901 sType = ((PolymorphicType) cobj.Args[6].Type).PolymorphicName; in testS1()
903 sType = ((PolymorphicType) cobj.Args[7].Type).PolymorphicName; in testS1()
905 sType = ((PolymorphicType) cobj.Args[8].Type).PolymorphicName; in testS1()
907 sType = ((PolymorphicType) cobj.Args[9].Type).PolymorphicName; in testS1()
909 sType = ((PolymorphicType) cobj.Args[10].Type).PolymorphicName; in testS1()
911 sType = ((PolymorphicType) cobj.Args[11].Type).PolymorphicName; in testS1()
913 sType = ((PolymorphicType) cobj.Args[12].Type).PolymorphicName; in testS1()
915 sType = ((PolymorphicType) cobj.Args[13].Type).PolymorphicName; in testS1()
917 sType = ((PolymorphicType) cobj.Args[14].Type).PolymorphicName; in testS1()
919 sType = ((PolymorphicType) cobj.Args[15].Type).PolymorphicName; in testS1()
924 sType = ((PolymorphicType) cobj.Args[16].Type).PolymorphicName; in testS1()
929 sType = ((PolymorphicType) cobj.Args[17].Type).PolymorphicName; in testS1()
934 sType = ((PolymorphicType) cobj.Args[18].Type).PolymorphicName; in testS1()
936 sType = ((PolymorphicType) cobj.Args[19].Type).PolymorphicName; in testS1()
938 sType = ((PolymorphicType) cobj.Args[20].Type).PolymorphicName; in testS1()
940 sType = ((PolymorphicType) cobj.Args[21].Type).PolymorphicName; in testS1()
942 sType = ((PolymorphicType) cobj.Args[22].Type).PolymorphicName; in testS1()
944 sType = ((PolymorphicType) cobj.Args[23].Type).PolymorphicName; in testS1()
946 sType = ((PolymorphicType) cobj.Args[24].Type).PolymorphicName; in testS1()
948 sType = ((PolymorphicType) cobj.Args[25].Type).PolymorphicName; in testS1()
950 sType = ((PolymorphicType) cobj.Args[26].Type).PolymorphicName; in testS1()
952 sType = ((PolymorphicType) cobj.Args[27].Type).PolymorphicName; in testS1()
954 sType = ((PolymorphicType) cobj.Args[28].Type).PolymorphicName; in testS1()
956 sType = ((PolymorphicType) cobj.Args[29].Type).PolymorphicName; in testS1()
958 sType = ((PolymorphicType) cobj.Args[30].Type).PolymorphicName; in testS1()
960 sType = ((PolymorphicType) cobj.Args[31].Type).PolymorphicName; in testS1()
963 sType = ((PolymorphicType) cobj.Args[32].Type).PolymorphicName; in testS1()
969 sType = ((PolymorphicType) cobj.Args[33].Type).PolymorphicName; in testS1()
973 sType = ((PolymorphicType) cobj.Args[34].Type).PolymorphicName; in testS1()
975 sType = ((PolymorphicType) cobj.Args[35].Type).PolymorphicName; in testS1()
977 sType = ((PolymorphicType) cobj.Args[36].Type).PolymorphicName; in testS1()
982 sType = ((PolymorphicType) cobj.Args[37].Type).PolymorphicName; in testS1()
987 sType = ((PolymorphicType) cobj.Args[38].Type).PolymorphicName; in testS1()
992 sType = ((PolymorphicType) cobj.Args[39].Type).PolymorphicName; in testS1()
994 sType = ((PolymorphicType) cobj.Args[40].Type).PolymorphicName; in testS1()
997 sType = ((PolymorphicType) cobj.Args[41].Type).PolymorphicName; in testS1()
1002 sType = ((PolymorphicType) cobj.Args[42].Type).PolymorphicName; in testS1()
1007 sType = ((PolymorphicType) cobj.Args[43].Type).PolymorphicName; in testS1()
1202 l.assure(t1.PolymorphicName == name); in testPolymorphicType()