Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableArray.h27 CFIndex GetCountOfValue(const void *value) const;
28 CFIndex GetCountOfValue(CFRange range, const void *value) const;
H A DCFCMutableArray.cpp40 CFIndex CFCMutableArray::GetCountOfValue(CFRange range, in GetCountOfValue() function in CFCMutableArray
48 CFIndex CFCMutableArray::GetCountOfValue(const void *value) const { in GetCountOfValue() function in CFCMutableArray
H A DCFCMutableSet.h25 CFIndex GetCountOfValue(const void *value) const;
H A DCFCMutableSet.cpp36 CFIndex CFCMutableSet::GetCountOfValue(const void *value) const { in GetCountOfValue() function in CFCMutableSet
H A DCFCMutableDictionary.h26 CFIndex GetCountOfValue(const void *value) const;
H A DCFCMutableDictionary.cpp46 CFIndex CFCMutableDictionary::GetCountOfValue(const void *value) const in GetCountOfValue() function in CFCMutableDictionary