Searched defs:RemoveKey (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/common/
H A Dsimple_string_dictionary.h163 RemoveKey(key);
212 void RemoveKey(const char* key) { function in class:google_breakpad::NonAllocatingMap
/external/llvm/lib/Support/
H A DStringMap.cpp156 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
158 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { function in class:StringMapImpl
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) { function in class:StringMapImpl
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp141 FX_BOOL CFX_MapPtrToPtr::RemoveKey(void* key) { function in class:CFX_MapPtrToPtr
332 void CFX_CMapByteStringToPtr::RemoveKey(const CFX_ByteStringC& key) { function in class:CFX_CMapByteStringToPtr
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_utils.h168 FX_BOOL RemoveKey(KeyType key) { function in class:CXFA_PtrSetTemplate
169 return CFX_MapPtrToPtr::RemoveKey((void*)key);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h670 FX_BOOL RemoveKey(void* key);
730 FX_BOOL RemoveKey(KeyType key) { function in class:CFX_MapPtrTemplate
731 return CFX_MapPtrToPtr::RemoveKey((void*)(uintptr_t)key);
765 void RemoveKey(const CFX_ByteStringC& key);

Completed in 221 milliseconds