HomeSort by relevance Sort by last modified time
    Searched refs:RemoveKey (Results 1 - 20 of 20) 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/xfa/src/fxfa/src/common/
xfa_utils.h 168 FX_BOOL RemoveKey(KeyType key) {
169 return CFX_MapPtrToPtr::RemoveKey((void*)key);
  /external/llvm/include/llvm/ADT/
StringMap.h 83 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
85 void RemoveKey(StringMapEntryBase *V);
87 /// RemoveKey - Remove the StringMapEntry for the specified key from the
89 StringMapEntryBase *RemoveKey(StringRef Key);
369 RemoveKey(KeyValue);
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 133 map.RemoveKey(pDict);
151 map.RemoveKey(pDict);
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 141 FX_BOOL CFX_MapPtrToPtr::RemoveKey(void* key) {
332 void CFX_CMapByteStringToPtr::RemoveKey(const CFX_ByteStringC& key) {
  /external/pdfium/core/include/fxcrt/
fx_basic.h 670 FX_BOOL RemoveKey(void* key);
730 FX_BOOL RemoveKey(KeyType key) {
731 return CFX_MapPtrToPtr::RemoveKey((void*)(uintptr_t)key);
765 void RemoveKey(const CFX_ByteStringC& key);
  /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/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 301 fontMap.RemoveKey(pKey);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_imp.cpp 193 return m_rgPurgeNodes.RemoveKey(pNode);
xfa_script_imp.cpp 123 m_JSBuiltInObjects.RemoveKey(bsKey);
    [all...]
xfa_object_imp.cpp     [all...]
xfa_layout_pagemgr_new.cpp     [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 796 m_eventTargets.RemoveKey(key);
    [all...]
fwl_widgetmgrimp.cpp 310 m_mapWidgetItem.RemoveKey(pWidget);
    [all...]
fwl_gridimp.cpp 268 m_mapWidgetInfo.RemoveKey(pWidget);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fontmgr.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 4889 milliseconds