Lines Matching defs:cp
811 const char* cp = method->shorty;812 while (*++cp != '\0') { // Pre-increment to skip return type.813 if (*cp == 'L') {