Searched refs:nextKey (Results 1 – 7 of 7) sorted by relevance
298 private K nextKey; field in WeakConcurrentMap.EntryIterator308 nextKey = nextEntry.getKey().get(); in findNext()309 if (nextKey != null) { in findNext()314 nextKey = null; in findNext()319 return nextKey != null; in hasNext()324 if (nextKey == null) { in next()328 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()
334 String nextKey = null; in sortValues() local336 nextKey = map.get(sortedKeys.get(i + 1)).get1(); in sortValues()338 if (!groupKey.equals(nextKey)) { in sortValues()
87 static std::atomic<int32_t> nextKey{0}; in onGetGLSLProcessorKey() local88 b->add32(nextKey++); in onGetGLSLProcessorKey()
90 static std::atomic<int32_t> nextKey{0}; in onGetGLSLProcessorKey() local91 b->add32(nextKey++); in onGetGLSLProcessorKey()