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

  /external/google-breakpad/src/common/
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/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) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 670 WINBOOL RemoveKey(ARG_KEY key);
831 WINBOOL CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::RemoveKey(ARG_KEY key) {
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...]
  /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);

Completed in 1065 milliseconds