Home
last modified time | relevance | path

Searched refs:CFCMutableDictionary (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.cpp12 CFCMutableDictionary::CFCMutableDictionary(CFMutableDictionaryRef s) in CFCMutableDictionary() function in CFCMutableDictionary
16 CFCMutableDictionary::CFCMutableDictionary(const CFCMutableDictionary &rhs) in CFCMutableDictionary() function in CFCMutableDictionary
20 const CFCMutableDictionary &CFCMutableDictionary::
21 operator=(const CFCMutableDictionary &rhs) { in operator =()
28 CFCMutableDictionary::~CFCMutableDictionary() {} in ~CFCMutableDictionary()
30 CFIndex CFCMutableDictionary::GetCount() const { in GetCount()
37 CFIndex CFCMutableDictionary::GetCountOfKey(const void *key) const in GetCountOfKey()
46 CFIndex CFCMutableDictionary::GetCountOfValue(const void *value) const in GetCountOfValue()
55 void CFCMutableDictionary::GetKeysAndValues(const void **keys, in GetKeysAndValues()
62 const void *CFCMutableDictionary::GetValue(const void *key) const in GetValue()
[all …]
DCFCMutableDictionary.h14 class CFCMutableDictionary : public CFCReleaser<CFMutableDictionaryRef> {
17 CFCMutableDictionary(CFMutableDictionaryRef s = NULL);
18 CFCMutableDictionary(const CFCMutableDictionary &rhs);
19 virtual ~CFCMutableDictionary();
22 const CFCMutableDictionary &operator=(const CFCMutableDictionary &rhs);
/external/llvm-project/lldb/source/Host/
DCMakeLists.txt92 macosx/cfcpp/CFCMutableDictionary.cpp
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm76 #include "../cfcpp/CFCMutableDictionary.h"