Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.h38 bool AddValueSInt64(CFStringRef key, int64_t value, bool can_create = false);
DCFCMutableDictionary.cpp203 bool CFCMutableDictionary::AddValueSInt64(CFStringRef key, int64_t value, in AddValueSInt64() function in CFCMutableDictionary