HomeSort by relevance Sort by last modified time
    Searched refs:RemoveKey (Results 1 - 24 of 24) sorted by null

  /external/google-breakpad/src/common/
simple_string_dictionary_unittest.cc 57 map.RemoveKey("key1");
80 dict.RemoveKey("key3");
97 map.RemoveKey("two");
119 map.RemoveKey("one");
158 dict->RemoveKey("key7");
159 dict->RemoveKey("key18");
160 dict->RemoveKey("key23");
161 dict->RemoveKey("key31");
239 map.RemoveKey("mike");
248 map.RemoveKey("mark")
    [all...]
simple_string_dictionary.h 163 RemoveKey(key);
212 void RemoveKey(const char* key) {
  /external/llvm/lib/Support/
StringMap.cpp 156 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
158 void StringMapImpl::RemoveKey(StringMapEntryBase *V) {
160 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
165 /// RemoveKey - Remove the StringMapEntry for the specified key from the
167 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) {
  /external/pdfium/core/src/fpdfapi/
fpdf_basic_module.cpp 75 m_SecurityHandlerMap.RemoveKey(filter);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 235 m_HashProfileMap.RemoveKey(bsKey);
241 m_IccProfileMap.RemoveKey(ipKey);
255 m_FontFileMap.RemoveKey(ftKey);
269 m_ImageMap.RemoveKey(objNum);
604 m_HashProfileMap.RemoveKey(key);
pageint.h 358 map.RemoveKey(findKey);
  /external/llvm/include/llvm/ADT/
StringMap.h 81 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
83 void RemoveKey(StringMapEntryBase *V);
85 /// RemoveKey - Remove the StringMapEntry for the specified key from the
87 StringMapEntryBase *RemoveKey(StringRef Key);
356 RemoveKey(KeyValue);
  /external/pdfium/core/include/fxcrt/
fx_basic.h 814 FX_BOOL RemoveKey(void* key);
879 FX_BOOL RemoveKey(KeyType key)
881 return CFX_MapPtrToPtr::RemoveKey((void*)(FX_UINTPTR)key);
946 FX_BOOL RemoveKey(FX_BSTR key);
1009 void RemoveKey(FX_BSTR key);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 155 FX_BOOL CFX_MapPtrToPtr::RemoveKey(void* key)
361 FX_BOOL CFX_MapByteStringToPtr::RemoveKey(FX_BSTR key)
545 void CFX_CMapByteStringToPtr::RemoveKey(FX_BSTR key)
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 77 m_ImageCaches.RemoveKey(pStream);
82 m_ImageCaches.RemoveKey(pStream);
fpdf_render.cpp 34 m_Type3FaceMap.RemoveKey(pFont);
47 m_TransferFuncMap.RemoveKey(key);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 137 map.RemoveKey(pDict);
154 map.RemoveKey(pDict);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 759 m_Map.RemoveKey(key);
776 m_Map.RemoveKey(key);
786 m_Map.RemoveKey(oldkey);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 113 virtual HRESULT WINAPI RemoveKey(LPCWSTR wszName,ULONG uFlags) = 0;
130 HRESULT (WINAPI *RemoveKey)(IWbemPathKeyList *This,LPCWSTR wszName,ULONG uFlags);
149 #define IWbemPathKeyList_RemoveKey(This,wszName,uFlags) (This)->lpVtbl->RemoveKey(This,wszName,uFlags)
    [all...]
dxtmpl.h 670 WINBOOL RemoveKey(ARG_KEY key);
831 WINBOOL CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::RemoveKey(ARG_KEY key) {
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 103 m_pStockMap.RemoveKey(key);
113 m_pStockMap.RemoveKey(key);
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 491 m_Maps.RemoveKey(pPageView);
FFL_IFormFiller.cpp 713 m_Maps.RemoveKey(pAnnot);
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 47 m_mapType2Handler.RemoveKey(pAnnotHandler->GetType());
fsdk_mgr.cpp 468 m_pageMap.RemoveKey(pPDFPage);
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 48 GetPWLTimeMap().RemoveKey(m_nTimerID);
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp     [all...]
fx_ge_fontmap.cpp 394 m_FaceMap.RemoveKey(Key);
    [all...]

Completed in 997 milliseconds