Home
last modified time | relevance | path

Searched defs:EntrySet (Results 1 – 25 of 872) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DRegularImmutableMap.java386 static class EntrySet<K, V> extends ImmutableSet<Entry<K, V>> { class in RegularImmutableMap
392 EntrySet( in EntrySet() method in RegularImmutableMap.EntrySet
H A DImmutableSetMultimap.java606 private static final class EntrySet<K, V> extends ImmutableSet<Entry<K, V>> { class in ImmutableSetMultimap
609 EntrySet(ImmutableSetMultimap<K, V> multimap) { in EntrySet() method in ImmutableSetMultimap.EntrySet
H A DFilteredKeySetMultimap.java70 class EntrySet extends Entries implements Set<Entry<K, V>> { class in FilteredKeySetMultimap
H A DAbstractMultiset.java176 class EntrySet extends Multisets.EntrySet<E> { class in AbstractMultiset
H A DAbstractMultimap.java136 class EntrySet extends Entries implements Set<Entry<K, V>> { class in AbstractMultimap
H A DHashBiMap.java837 final class EntrySet extends View<K, V, Entry<K, V>> { class
838 EntrySet() { in EntrySet() method in EntrySet
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DEnumMap.java235 private class EntrySet extends java.util.AbstractSet<java.util.Map.Entry<K, V>> { class in EnumMap
237 private EntrySet() { in EntrySet() method in EnumMap.EntrySet
H A DHashMap.java300 final class EntrySet extends java.util.AbstractSet<java.util.Map.Entry<K, V>> { class in HashMap
302 EntrySet() { in EntrySet() method in HashMap.EntrySet
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DImmutableSetMultimap.java602 private static final class EntrySet<K, V> extends ImmutableSet<Entry<K, V>> { class in ImmutableSetMultimap
605 EntrySet(ImmutableSetMultimap<K, V> multimap) { in EntrySet() method in ImmutableSetMultimap.EntrySet
H A DFilteredKeySetMultimap.java70 class EntrySet extends Entries implements Set<Entry<K, V>> { class in FilteredKeySetMultimap
H A DAbstractMultiset.java176 class EntrySet extends Multisets.EntrySet<E> { class in AbstractMultiset
H A DAbstractMultimap.java143 class EntrySet extends Entries implements Set<Entry<K, V>> { class in AbstractMultimap
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DLocalCache.java808 private final class EntrySet extends AbstractCacheSet<Entry<K, V>> { class in LocalCache
810 EntrySet(ConcurrentMap<?, ?> map) { in EntrySet() method in LocalCache.EntrySet
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DProperties.java1368 private static class EntrySet implements Set<Map.Entry<Object, Object>> { class in Properties
1371 private EntrySet(Set<Map.Entry<Object, Object>> entrySet) { in EntrySet() method in Properties.EntrySet
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DProperties.java1368 private static class EntrySet implements Set<Map.Entry<Object, Object>> { class in Properties
1371 private EntrySet(Set<Map.Entry<Object, Object>> entrySet) { in EntrySet() method in Properties.EntrySet
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DProperties.java1368 private static class EntrySet implements Set<Map.Entry<Object, Object>> { class in Properties
1371 private EntrySet(Set<Map.Entry<Object, Object>> entrySet) { in EntrySet() method in Properties.EntrySet
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/PBQP/
DCostAllocator.h90 EntrySetT EntrySet; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h90 EntrySetT EntrySet; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h90 EntrySetT EntrySet; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/PBQP/
DCostAllocator.h90 EntrySetT EntrySet; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/PBQP/
DCostAllocator.h90 EntrySetT EntrySet; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/PBQP/
DCostAllocator.h90 EntrySetT EntrySet; variable
/aosp_15_r20/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h91 EntrySetT EntrySet; variable
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index.h172 using EntrySet = std::unordered_map<uint64_t, EntryMetadata>; variable
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSmallSortedMap.java464 private class EntrySet extends AbstractSet<Map.Entry<K, V>> { class in SmallSortedMap

12345678910>>...35