Searched refs:dynamicID (Results 1 – 1 of 1) sorted by relevance
110 UClassID dynamicID = NULL; in testClass() local120 dynamicID = obj->getDynamicClassID(); in testClass()125 sprintf(tmp, " [static=%p, dynamic=%p] ", staticID, dynamicID); in testClass()139 if(dynamicID == NULL) { in testClass()143 if(dynamicID != staticID) { in testClass()179 UClassID dynamicID = obj->getDynamicClassID(); in testClassNoClassID() local183 sprintf(tmp, " [dynamic=%p] ", dynamicID); in testClassNoClassID()193 if(dynamicID != NULL) { in testClassNoClassID()