Searched refs:arTypes (Results 1 – 3 of 3) sorted by relevance
52 Type [] arTypes= new Type[size]; in getContainedTypes() local62 arTypes[countTypes++]= new Type(); in getContainedTypes()64 arTypes[countTypes++]= (Type) key; in getContainedTypes()66 arTypes[countTypes++]= new Type((Class<?>) key); in getContainedTypes()68 arTypes[countTypes++]= new Type(key.getClass()); in getContainedTypes()75 System.arraycopy(arTypes, 0, retVal, 0, countTypes); in getContainedTypes()78 retVal= arTypes; in getContainedTypes()
77 Type[] arTypes= (Type[]) _mapTypes.get( getClass()); in getTypes() local78 if (arTypes == null) in getTypes()99 arTypes= types; in getTypes()101 return arTypes; in getTypes()
2301 ::System::Collections::ArrayList ^ arTypes = gcnew ::System::Collections::ArrayList();2303 arTypes->Add(get_type(to_cts_name(seqExceptionsTd[i]->getName()), true));2309 for (int i = start; i < arTypes->Count; i++)2311 ::System::Type ^ t = safe_cast< ::System::Type ^ >(arTypes[ i ]);2312 for (int j = 0; j < arTypes->Count; j++)2314 if (t->IsSubclassOf(safe_cast< ::System::Type ^ >(arTypes[ j ])))2316 arTypes->RemoveAt(i);2329 return arTypes;