Home
last modified time | relevance | path

Searched refs:RemoveKey (Results 1 – 25 of 26) sorted by relevance

12

/external/google-breakpad/src/common/
Dsimple_string_dictionary_unittest.cc57 map.RemoveKey("key1"); in TEST()
80 dict.RemoveKey("key3"); in TEST()
97 map.RemoveKey("two"); in TEST()
119 map.RemoveKey("one"); in TEST()
158 dict->RemoveKey("key7"); in TEST()
159 dict->RemoveKey("key18"); in TEST()
160 dict->RemoveKey("key23"); in TEST()
161 dict->RemoveKey("key31"); in TEST()
239 map.RemoveKey("mike"); in TEST()
248 map.RemoveKey("mark"); in TEST()
[all …]
Dsimple_string_dictionary.h163 RemoveKey(key); in SetKeyValue()
212 void RemoveKey(const char* key) { in RemoveKey() function
/external/llvm/lib/Support/
DStringMap.cpp158 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { in RemoveKey() function in StringMapImpl
160 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()
167 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey() function in StringMapImpl
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp235 m_HashProfileMap.RemoveKey(bsKey); in Clear()
241 m_IccProfileMap.RemoveKey(ipKey); in Clear()
255 m_FontFileMap.RemoveKey(ftKey); in Clear()
269 m_ImageMap.RemoveKey(objNum); in Clear()
604 m_HashProfileMap.RemoveKey(key); in ReleaseIccProfile()
Dpageint.h358 map.RemoveKey(findKey);
/external/llvm/include/llvm/ADT/
DStringMap.h83 void RemoveKey(StringMapEntryBase *V);
87 StringMapEntryBase *RemoveKey(StringRef Key);
356 RemoveKey(KeyValue); in remove()
/external/pdfium/core/src/fpdfapi/
Dfpdf_basic_module.cpp75 m_SecurityHandlerMap.RemoveKey(filter); in RegisterSecurityHandler()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_cache.cpp77 m_ImageCaches.RemoveKey(pStream); in ClearImageCache()
82 m_ImageCaches.RemoveKey(pStream); in ClearImageCache()
Dfpdf_render.cpp34 m_Type3FaceMap.RemoveKey(pFont); in Clear()
47 m_TransferFuncMap.RemoveKey(key); in Clear()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h814 FX_BOOL RemoveKey(void* key);
879 FX_BOOL RemoveKey(KeyType key) in RemoveKey() function
881 return CFX_MapPtrToPtr::RemoveKey((void*)(FX_UINTPTR)key); in RemoveKey()
946 FX_BOOL RemoveKey(FX_BSTR key);
1009 void RemoveKey(FX_BSTR key);
/external/pdfium/core/src/fxcrt/
Dfx_basic_maps.cpp155 FX_BOOL CFX_MapPtrToPtr::RemoveKey(void* key) in RemoveKey() function in CFX_MapPtrToPtr
361 FX_BOOL CFX_MapByteStringToPtr::RemoveKey(FX_BSTR key) in RemoveKey() function in CFX_MapByteStringToPtr
545 void CFX_CMapByteStringToPtr::RemoveKey(FX_BSTR key) in RemoveKey() function in CFX_CMapByteStringToPtr
/external/pdfium/core/src/fpdfdoc/
Ddoc_tagged.cpp137 map.RemoveKey(pDict); in AddPageNode()
154 map.RemoveKey(pDict); in AddPageNode()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp759 m_Map.RemoveKey(key); in SetAt()
776 m_Map.RemoveKey(key); in RemoveAt()
786 m_Map.RemoveKey(oldkey); in ReplaceKey()
1262 m_IndirectObjs.RemoveKey((FX_LPVOID)(FX_UINTPTR)objnum); in ReleaseIndirectObject()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp103 m_pStockMap.RemoveKey(key); in Clear()
113 m_pStockMap.RemoveKey(key); in ClearAll()
1677 m_CacheMap.RemoveKey((FX_LPVOID)(FX_UINTPTR)charcode); in LoadChar()
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp47 m_mapType2Handler.RemoveKey(pAnnotHandler->GetType()); in UnRegisterAnnotHandler()
Dfsdk_mgr.cpp468 m_pageMap.RemoveKey(pPDFPage); in ReMovePageView()
Dfsdk_baseform.cpp1843 m_Map.RemoveKey(pControl); in RemoveMap()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp491 m_Maps.RemoveKey(pPageView); in DestroyPDFWindow()
DFFL_IFormFiller.cpp713 m_Maps.RemoveKey(pAnnot); in UnRegisterFormFiller()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp48 GetPWLTimeMap().RemoveKey(m_nTimerID); in KillPWLTimer()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1016 m_FTFaceMap.RemoveKey(face); in FreeCache()
1027 m_ExtFaceMap.RemoveKey(face); in FreeCache()
Dfx_ge_fontmap.cpp394 m_FaceMap.RemoveKey(Key); in ReleaseFace()
/external/google-breakpad/src/client/ios/
DBreakpad.mm431 config_params_->RemoveKey([key UTF8String]);
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm668 config_params_->RemoveKey([key UTF8String]);
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym18120 FUNC 33500 14 0 google_breakpad::NonAllocatingMap<256u, 256u, 64u>::RemoveKey
18154 FUNC 335a6 12 0 google_breakpad::NonAllocatingMap<10u, 10u, 10u>::RemoveKey
18195 FUNC 33658 12 0 google_breakpad::NonAllocatingMap<5u, 7u, 6u>::RemoveKey

12