Home
last modified time | relevance | path

Searched refs:EntrySet (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h91 EntrySetT EntrySet; variable
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry()
97 typename EntrySetT::iterator I = EntrySet.find_as(ValueKey); in getValue()
99 if (I != EntrySet.end()) in getValue()
103 EntrySet.insert(P.get()); in getValue()
/external/guava/guava/src/com/google/common/collect/
DWellBehavedMap.java64 return entrySet = new EntrySet(); in entrySet()
67 private final class EntrySet extends Maps.EntrySet<K, V> { class in WellBehavedMap
DRegularImmutableSortedMap.java51 return new EntrySet(); in createEntrySet()
54 private class EntrySet extends ImmutableMapEntrySet<K, V> { class in RegularImmutableSortedMap
73 return EntrySet.this; in createAsList()
DAbstractMultiset.java174 class EntrySet extends Multisets.EntrySet<E> { class in AbstractMultiset
189 return new EntrySet(); in createEntrySet()
DFilteredKeySetMultimap.java67 return new EntrySet(); in createEntries()
70 class EntrySet extends Entries implements Set<Entry<K, V>> { class in FilteredKeySetMultimap
DRegularImmutableMap.java185 return new EntrySet(); in createEntrySet()
189 private class EntrySet extends ImmutableMapEntrySet<K, V> { class in RegularImmutableMap
DConcurrentHashMultiset.java476 return new EntrySet();
532 private class EntrySet extends AbstractMultiset<E>.EntrySet {
DImmutableMultiset.java351 return isEmpty() ? ImmutableSet.<Entry<E>>of() : new EntrySet(); in createEntrySet()
356 private final class EntrySet extends ImmutableSet<Entry<E>> { class
377 return EntrySet.this; in createAsList()
DAbstractMultimap.java113 return new EntrySet(); in createEntries()
131 private class EntrySet extends Entries implements Set<Entry<K, V>> { class in AbstractMultimap
DHashBiMap.java423 return new EntrySet();
426 private final class EntrySet extends Maps.EntrySet<K, V> {
576 return new Maps.EntrySet<V, K>() {
DStandardTable.java336 private final class RowEntrySet extends Maps.EntrySet<C, V> {
444 return new EntrySet();
447 private class EntrySet extends ImprovedAbstractSet<Entry<R, V>> {
717 return new EntrySet();
720 class EntrySet extends TableSet<Entry<R, Map<C, V>>> {
DImmutableSetMultimap.java421 ? (entries = new EntrySet<K, V>(this)) in entries()
425 private static final class EntrySet<K, V> extends ImmutableSet<Entry<K, V>> { class in ImmutableSetMultimap
428 EntrySet(ImmutableSetMultimap<K, V> multimap) { in EntrySet() method in ImmutableSetMultimap.EntrySet
DAbstractBiMap.java254 return (result == null) ? entrySet = new EntrySet() : result; in entrySet()
257 private class EntrySet extends ForwardingSet<Entry<K, V>> { class in AbstractBiMap
DDescendingMultiset.java110 return new Multisets.EntrySet<E>() { in createEntrySet()
DFilteredEntryMultimap.java239 return new Maps.EntrySet<K, Collection<V>>() { in createEntrySet()
362 return new Multisets.EntrySet<K>() {
DForwardingMap.java256 protected abstract class StandardEntrySet extends Maps.EntrySet<K, V> {
DAbstractNavigableMap.java163 return new Maps.EntrySet<K, V>() { in entrySet()
/external/guava/guava-tests/benchmark/com/google/common/collect/
DConcurrentHashMultisetBenchmark.java431 private transient EntrySet entrySet;
434 EntrySet result = entrySet;
436 entrySet = result = new EntrySet();
473 private class EntrySet extends AbstractMultiset<E>.EntrySet {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableMultiset.java340 return isEmpty() ? ImmutableSet.<Entry<E>>of() : new EntrySet(); in createEntrySet()
345 private final class EntrySet extends ImmutableSet<Entry<E>> { class
366 return EntrySet.this; in createAsList()
DImmutableSetMultimap.java415 ? (entries = new EntrySet<K, V>(this)) in entries()
419 private static final class EntrySet<K, V> extends ImmutableSet<Entry<K, V>> { class in ImmutableSetMultimap
422 EntrySet(ImmutableSetMultimap<K, V> multimap) { in EntrySet() method in ImmutableSetMultimap.EntrySet
DAbstractBiMap.java250 return (result == null) ? entrySet = new EntrySet() : result; in entrySet()
253 private class EntrySet extends ForwardingSet<Entry<K, V>> { class in AbstractBiMap
DDescendingMultiset.java110 return new Multisets.EntrySet<E>() { in createEntrySet()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java146 private volatile EntrySet lazyEntrySet;
354 lazyEntrySet = new EntrySet(); in entrySet()
470 private class EntrySet extends AbstractSet<Map.Entry<K, V>> { class in SmallSortedMap
/external/clang/lib/Analysis/
DThreadSafety.cpp304 FactSet EntrySet; // Lockset held at entry to block member
314 return Side == CBS_Entry ? EntrySet : ExitSet; in getSet()
1485 FSet(Info.EntrySet), in BuildLockset()
2144 FactSet &InitialLockset = BlockInfo[FirstBlock->getBlockID()].EntrySet; in runAnalysis()
2249 CurrBlockInfo->EntrySet = PrevLockset; in runAnalysis()
2252 intersectAndWarn(CurrBlockInfo->EntrySet, PrevLockset, in runAnalysis()
2269 CurrBlockInfo->EntrySet = PrevBlockInfo->ExitSet; in runAnalysis()
2285 intersectAndWarn(CurrBlockInfo->EntrySet, PrevLockset, in runAnalysis()
2339 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet, in runAnalysis()
2354 FactSet ExpectedExitSet = Initial->EntrySet; in runAnalysis()
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java663 return (es != null) ? es : (entrySet = new EntrySet(this)); in entrySet()
793 private final class EntrySet extends AbstractCacheSet<Entry<K, V>> { class in LocalCache
795 EntrySet(ConcurrentMap<?, ?> map) { in EntrySet() method in LocalCache.EntrySet

12