Searched refs:nextKey (Results 1 – 4 of 4) sorted by relevance
295 private K nextKey; field in WeakConcurrentMap.EntryIterator305 nextKey = nextEntry.getKey().get(); in findNext()306 if (nextKey != null) { in findNext()311 nextKey = null; in findNext()316 return nextKey != null; in hasNext()321 if (nextKey == null) { in next()325 return new SimpleEntry(nextKey, nextEntry); in next()
167 int nextKey = nextEntry.getKey(); in annotate() local168 if (nextKey < exclusiveEndOffset) { in annotate()177 formatAnnotation(nextKey, nextRangeAnnotation.annotation)); in annotate()183 formatAnnotation(nextKey, nextKey, in annotate()190 nextKey); in annotate()193 if (nextKey == exclusiveEndOffset) { in annotate()
420 DomainAuthInfo * nextKey = key->next; in ParseConfig() local424 key = nextKey; in ParseConfig()431 DomainAuthInfo * nextKey = key->next; in ParseConfig() local435 key = nextKey; in ParseConfig()
149 const char *nextKey = placeHolder; in getSystemRegistryString()154 while (*nextKey && (*nextKey != '\\')) in getSystemRegistryString()155 nextKey++; in getSystemRegistryString()189 bestName.append(nextKey); in getSystemRegistryString()