/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
H A D | DictionaryExtensions.cs | 55 public static TValue get<TKey, TValue>(IDictionary<TKey, TValue> map, TKey key) { in get() 67 public static TValue get<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key) { in get() 78 public static TValue get<TKey, TValue>(SortedList<TKey, TValue> map, TKey key) { in get() 96 … public static void put<TKey, TValue>(IDictionary<TKey, TValue> map, TKey key, TValue value) { in put() 101 public static void put<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key, TValue value) { in put() 111 public static HashSet<TKey> keySet<TKey, TValue>(IDictionary<TKey, TValue> map) { in keySet() 117 public static HashSet<TKey> keySet<TKey, TValue>(Dictionary<TKey, TValue> map) { in keySet() 122 public static HashSet<object> keySet<TKey, TValue>(SortedList<TKey, TValue> map) { in keySet()
|
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
H A D | Antlr.Runtime.Tools.pas | 189 function GetItem(const Key: TKey): TValue; in GetItem() 195 procedure Remove(const Key: TKey); 200 function ContainsKey(const Key: TKey): Boolean; in ContainsKey() 257 function Hash(const Key: TKey): Integer; in Hash() 264 constructor Create(const AComparer: IEqualityComparer<TKey>); overload; 265 constructor Create(ACapacity: Integer; const AComparer: IEqualityComparer<TKey>); overload; 266 constructor Create(Collection: TEnumerable<TPair<TKey,TValue>>); overload; 267 …constructor Create(Collection: TEnumerable<TPair<TKey,TValue>>; const AComparer: IEqualityComparer… 280 constructor Create(ADictionary: TDictionary<TKey,TValue>); 292 function GetItem(const Key: TKey): TValue; in GetItem() [all …]
|
H A D | Antlr.Runtime.Collections.pas | 94 constructor Create(const AHashList: THashList<TKey, TValue>); 104 function GetItem(const Key: TKey): TValue; in GetItem() 109 procedure Remove(const Key: TKey); 114 function ContainsKey(const Key: TKey): Boolean; in ContainsKey() 175 procedure THashList<TKey, TValue>.AddOrSetValue(const Key: TKey; 191 function THashList<TKey, TValue>.ContainsKey(const Key: TKey): Boolean; in THashList() 232 function THashList<TKey, TValue>.GetItem(const Key: TKey): TValue; in GetItem() 237 procedure THashList<TKey, TValue>.Remove(const Key: TKey); 261 function THashList<TKey, TValue>.TryGetValue(const Key: TKey; in THashList()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 241 public void Add(IDictionary<TKey, TValue> entries) in Add() 276 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) in Add() 295 bool ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue> item) in Contains() 306 …void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayI… in CopyTo() 317 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove() 385 public bool Equals(MapField<TKey, TValue> other) in Equals() 518 private static int CalculateEntrySize(Codec codec, KeyValuePair<TKey, TValue> entry) in CalculateEntrySize() 614 internal DictionaryEnumerator(IEnumerator<KeyValuePair<TKey, TValue>> enumerator) in DictionaryEnumerator() 682 MapField<TKey, TValue> parent, in MapView() 683 Func<KeyValuePair<TKey, TValue>, T> projection, in MapView()
|
H A D | ReadOnlyDictionary.cs | 46 public ReadOnlyDictionary(IDictionary<TKey, TValue> wrapped) in ReadOnlyDictionary() 87 public void Add(KeyValuePair<TKey, TValue> item) in Add() 97 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains() 102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo() 117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 241 public void Add(IDictionary<TKey, TValue> entries) in Add() 276 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) in Add() 295 bool ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue> item) in Contains() 306 …void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayI… in CopyTo() 317 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove() 385 public bool Equals(MapField<TKey, TValue> other) in Equals() 518 private static int CalculateEntrySize(Codec codec, KeyValuePair<TKey, TValue> entry) in CalculateEntrySize() 614 internal DictionaryEnumerator(IEnumerator<KeyValuePair<TKey, TValue>> enumerator) in DictionaryEnumerator() 682 MapField<TKey, TValue> parent, in MapView() 683 Func<KeyValuePair<TKey, TValue>, T> projection, in MapView()
|
H A D | ReadOnlyDictionary.cs | 46 public ReadOnlyDictionary(IDictionary<TKey, TValue> wrapped) in ReadOnlyDictionary() 87 public void Add(KeyValuePair<TKey, TValue> item) in Add() 97 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains() 102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo() 117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove()
|
/aosp_15_r20/frameworks/base/tools/aapt2/util/ |
H A D | ImmutableMap.h | 39 std::initializer_list<std::pair<TKey, TValue>> list) { in CreatePreSorted() 45 std::initializer_list<std::pair<TKey, TValue>> list) { in CreateAndSort() 74 explicit ImmutableMap(std::vector<std::pair<TKey, TValue>> data) in ImmutableMap()
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | sdp_serializer_unittest.cc | 60 void ExpectEqual(const std::map<TKey, TValue>& expected, in ExpectEqual()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/kapt/gen/stubs/com/android/systemui/shared/clocks/ |
D | ClockRegistryKt.java | 40 … TVal extends java.lang.Object>TVal concurrentGetOrPut(java.util.concurrent.ConcurrentHashMap<TKey… in concurrentGetOrPut()
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/processing/memory/ |
D | SimpleLruResourcePool.java | 94 public SynchronizedResource(SimpleLruResourcePool<TKey, TValue> pool, in SynchronizedResource()
|
D | LruPool.java | 120 public LruPool(int maxSize, Configuration<TKey, TValue> configuration) { in LruPool()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | ParsingPrimitivesMessages.cs | 141 …uePair<TKey, TValue> ReadMapEntry<TKey, TValue>(ref ParseContext ctx, MapField<TKey, TValue>.Codec… in ReadMapEntry()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ParsingPrimitivesMessages.cs | 141 …uePair<TKey, TValue> ReadMapEntry<TKey, TValue>(ref ParseContext ctx, MapField<TKey, TValue>.Codec… in ReadMapEntry()
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp_15_r20/system/core/libutils/include/utils/ |
H A D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libutils/include/utils/ |
D | LruCache.h | 126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()
|