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

  /external/lldb/source/Host/macosx/cfcpp/
CFCMutableSet.h 36 void RemoveValue(const void *value);
CFCMutableSet.cpp 100 CFCMutableSet::RemoveValue(const void *value)
CFCMutableDictionary.h 60 void RemoveValue(const void *value);
CFCMutableDictionary.cpp 516 CFCMutableDictionary::RemoveValue(const void *value)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
portabledevicetypes.h 231 virtual HRESULT STDMETHODCALLTYPE RemoveValue(
446 HRESULT (STDMETHODCALLTYPE *RemoveValue)(
510 #define IPortableDeviceValues_RemoveValue(This,key) (This)->lpVtbl->RemoveValue(This,key)
635 return This->lpVtbl->RemoveValue(This,key);
    [all...]

Completed in 383 milliseconds