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()
2267 ::System::Collections::ArrayList * arTypes = new ::System::Collections::ArrayList(); in get_service_ctor_method_exceptions_reduced()2269 arTypes->Add(get_type(to_cts_name(seqExceptionsTd[i]->getName()), true)); in get_service_ctor_method_exceptions_reduced()2275 for (int i = start; i < arTypes->Count; i++) in get_service_ctor_method_exceptions_reduced()2277 ::System::Type * t = __try_cast< ::System::Type* >(arTypes->get_Item(i)); in get_service_ctor_method_exceptions_reduced()2278 for (int j = 0; j < arTypes->Count; j++) in get_service_ctor_method_exceptions_reduced()2280 if (t->IsSubclassOf(__try_cast< ::System::Type* >(arTypes->get_Item(j)))) in get_service_ctor_method_exceptions_reduced()2282 arTypes->RemoveAt(i); in get_service_ctor_method_exceptions_reduced()2295 return arTypes; in get_service_ctor_method_exceptions_reduced()
Completed in 105 milliseconds