Home
last modified time | relevance | path

Searched refs:GetCountOfValue (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCMutableArray.h27 CFIndex GetCountOfValue(const void *value) const;
28 CFIndex GetCountOfValue(CFRange range, const void *value) const;
DCFCMutableArray.cpp41 CFIndex CFCMutableArray::GetCountOfValue(CFRange range, in GetCountOfValue() function in CFCMutableArray
49 CFIndex CFCMutableArray::GetCountOfValue(const void *value) const { in GetCountOfValue() function in CFCMutableArray
DCFCMutableSet.h25 CFIndex GetCountOfValue(const void *value) const;
DCFCMutableSet.cpp37 CFIndex CFCMutableSet::GetCountOfValue(const void *value) const { in GetCountOfValue() function in CFCMutableSet
DCFCMutableDictionary.h26 CFIndex GetCountOfValue(const void *value) const;
DCFCMutableDictionary.cpp46 CFIndex CFCMutableDictionary::GetCountOfValue(const void *value) const in GetCountOfValue() function in CFCMutableDictionary