Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h39 bool SetValueSInt64(CFStringRef key, int64_t value, bool can_create = false);
H A DCFCMutableDictionary.cpp218 bool CFCMutableDictionary::SetValueSInt64(CFStringRef key, int64_t value, in SetValueSInt64() function in CFCMutableDictionary