Searched refs:thisKey (Results 1 – 3 of 3) sorted by relevance
12 /* This should be ok, 'thisKey' should be scoped to the loop in question,16 for (id thisKey in keys); /* expected-warning {{unused variable 'thisKey'}} */17 for (id thisKey in keys); /* expected-warning {{unused variable 'thisKey'}} */
14 for (id thisKey : keys);16 …for (auto thisKey : keys) { } // expected-warning{{'auto' deduced as 'id' in declaration of 'thisK…
850 String thisKey = thisKwdItr.next(); in compareTo() local852 cmp = thisKey.compareTo(otherKey); in compareTo()855 String thisVal = getKeywordValue(thisKey); in compareTo()