Home
last modified time | relevance | path

Searched refs:ContainsKey (Results 1 – 25 of 51) sorted by relevance

123

/external/regex-re2/util/
Dsparse_array_test.cc83 TEST_F(SparseArrayStringTest, ContainsKey) { in TEST_F() argument
84 EXPECT_TRUE(ContainsKey(str_map_, 1)); in TEST_F()
85 EXPECT_TRUE(ContainsKey(str_map_, 2)); in TEST_F()
86 EXPECT_FALSE(ContainsKey(str_map_, 3)); in TEST_F()
90 EXPECT_FALSE(ContainsKey(str_map_, 3)); in TEST_F()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas114 function ContainsKey(const Key: TKey): Boolean; in ContainsKey() function
178 if FDictionary.ContainsKey(Key) then
191 function THashList<TKey, TValue>.ContainsKey(const Key: TKey): Boolean; in THashList() function
193 Result := FDictionary.ContainsKey(Key);
248 IsNewEntry := (not FDictionary.ContainsKey(Key));
DAntlr.Runtime.Tools.pas200 function ContainsKey(const Key: TKey): Boolean; in ContainsKey() function
302 function ContainsKey(const Key: TKey): Boolean; in ContainsKey() function
863 if ContainsKey(Key) then
869 function TDictionary<TKey,TValue>.ContainsKey(const Key: TKey): Boolean; in TDictionary() function
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs56 public bool ContainsKey(TKey key) in ContainsKey() method in Google.Protobuf.Collections.ReadOnlyDictionary
58 return wrapped.ContainsKey(key); in ContainsKey()
DMapField.cs113 if (ContainsKey(key)) in Add()
125 public bool ContainsKey(TKey key) in ContainsKey() method in Google.Protobuf.Collections.MapField
128 return map.ContainsKey(key); in ContainsKey()
225 …c ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey); } }
495 return ContainsKey((TKey)key); in IDictionary.Contains()
/external/pdfium/core/fxcrt/
Dcfx_observable.h60 ASSERT(!pdfium::ContainsKey(m_ObservedPtrs, pObservedPtr)); in AddObservedPtr()
64 ASSERT(pdfium::ContainsKey(m_ObservedPtrs, pObservedPtr)); in RemoveObservedPtr()
/external/libchrome/base/metrics/
Dhistogram_snapshot_manager_unittest.cc28 CHECK(!ContainsKey(recorded_delta_histogram_sum_, in RecordDelta()
58 EXPECT_TRUE(ContainsKey(recorded_delta_histogram_sum_, name)); in GetRecordedDeltaHistogramSum()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dsync_handle_registry.cc37 if (ContainsKey(handles_, handle)) in RegisterHandle()
51 if (!ContainsKey(handles_, handle)) in UnregisterHandle()
Dmultiplex_router.cc347 } while (ContainsKey(endpoints_, id)); in CreateEndpointHandlePair()
385 DCHECK(ContainsKey(endpoints_, id)); in CloseEndpointHandle()
394 DCHECK(ContainsKey(endpoints_, id)); in CloseEndpointHandle()
416 DCHECK(ContainsKey(endpoints_, id)); in AttachEndpointClient()
435 DCHECK(ContainsKey(endpoints_, id)); in DetachEndpointClient()
468 return !ContainsKey(endpoints_, kMasterInterfaceId); in HasAssociatedEndpoints()
/external/pdfium/fpdfsdk/
Dfsdk_actionhandler.cpp118 if (pdfium::ContainsKey(*visited, pDict)) in ExecuteDocumentOpenAction()
149 if (pdfium::ContainsKey(*visited, pDict)) in ExecuteLinkAction()
190 if (pdfium::ContainsKey(*visited, pDict)) in ExecuteDocumentPageAction()
237 if (pdfium::ContainsKey(*visited, pDict)) in ExecuteFieldAction()
273 if (pdfium::ContainsKey(*visited, pDict)) in ExecuteScreenAction()
312 if (pdfium::ContainsKey(*visited, pDict)) in ExecuteBookMark()
Dfpdfdoc.cpp30 if (pdfium::ContainsKey(*visited, bookmark.GetDict())) in FindBookmark()
42 while (child.GetDict() && !pdfium::ContainsKey(*visited, child.GetDict())) { in FindBookmark()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc443 if (ContainsKey(recursive_paths_by_watch_, fired_watch)) { in OnFilePathChanged()
554 if (!ContainsKey(recursive_paths_by_watch_, fired_watch)) { in UpdateRecursiveWatches()
596 if (!ContainsKey(recursive_watches_by_path_, current)) { in UpdateRecursiveWatchesForPath()
626 DCHECK(!ContainsKey(recursive_paths_by_watch_, watch)); in TrackWatchForRecursion()
627 DCHECK(!ContainsKey(recursive_watches_by_path_, path)); in TrackWatchForRecursion()
/external/mdnsresponder/mDNSWindows/DLLX/
DTXTRecord.h132 STDMETHOD(ContainsKey)(BSTR key, VARIANT_BOOL* retval);
DTXTRecord.cpp138 STDMETHODIMP CTXTRecord::ContainsKey(BSTR key, VARIANT_BOOL* retval) in ContainsKey() function in CTXTRecord
/external/pdfium/third_party/base/
Dstl_util.h19 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.cpp70 if (!pdfium::ContainsKey(*pVisited, it.second.get())) { in CloneNonCyclic()
165 return pdfium::ContainsKey(m_Map, key); in KeyExist()
Dcpdf_reference.cpp64 return pDirect && !pdfium::ContainsKey(*pVisited, pDirect) in CloneNonCyclic()
Dcpdf_parser.cpp123 if (!pdfium::ContainsKey(m_ObjectInfo, objnum - 1)) in ShrinkObjectMap()
335 if (pdfium::ContainsKey(seen_xrefpos, xrefpos)) in LoadAllCrossRefV4()
389 if (pdfium::ContainsKey(seen_xrefpos, xrefpos)) in LoadLinearizedAllCrossRefV4()
564 if (pdfium::ContainsKey(seen_xrefpos, xrefpos)) in LoadAllCrossRefV5()
1104 if (pdfium::ContainsKey(m_ParsingObjNums, objnum)) in ParseIndirectObject()
1128 if (!pdfium::ContainsKey(m_ObjCache, pObjStream)) { in ParseIndirectObject()
1541 if (pdfium::ContainsKey(seen_xrefpos, xrefpos)) in LoadLinearizedAllCrossRefV5()
Dcpdf_stream.cpp92 if (pDict && !pdfium::ContainsKey(*pVisited, pDict)) { in CloneNonCyclic()
Dcpdf_array.cpp60 if (!pdfium::ContainsKey(*pVisited, pValue.get())) in CloneNonCyclic()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas513 ReturnValue := FIDictionary.ContainsKey(Key);
517 ReturnValue := FIDictionary.ContainsKey(Key);
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp130 ASSERT(!pdfium::ContainsKey(m_CacheMap, charcode)); in LoadChar()
/external/pdfium/core/fpdfapi/page/
Dcpdf_page.cpp117 if (!pPageDict || pdfium::ContainsKey(visited, pPageDict)) in GetPageAttr()
/external/webrtc/webrtc/system_wrappers/include/
Dstl_util.h202 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey() function
/external/libchrome/base/
Dstl_util.h189 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey() function

123