Home
last modified time | relevance | path

Searched refs:SetValueSInt32 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h37 bool SetValueSInt32(CFStringRef key, int32_t value, bool can_create = false);
H A DCFCMutableDictionary.cpp188 bool CFCMutableDictionary::SetValueSInt32(CFStringRef key, int32_t value, in SetValueSInt32() function in CFCMutableDictionary