Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h47 bool SetValueUInt64(CFStringRef key, uint64_t value, bool can_create = false);
H A DCFCMutableDictionary.cpp359 bool CFCMutableDictionary::SetValueUInt64(CFStringRef key, uint64_t value, in SetValueUInt64() function in CFCMutableDictionary