Searched refs:myType (Results 1 – 4 of 4) sorted by relevance
511 TypeInfo myType = mine.type(); in matchesParams() local512 String qualifiedName = myType.qualifiedTypeName(); in matchesParams()513 String realType = myType.isPrimitive() ? "" : myType.asClassInfo().qualifiedName(); in matchesParams()
39 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this argument
1632 int32_t myType = (includeMask&(1<<i))==0 ? 0 : skeleton.type[i]; in getDistance() local1634 if (myType==otherType) { in getDistance()1637 if (myType==0) {// and other is not in getDistance()1647 result += abs(myType - otherType); in getDistance()
207 byte myType; member