Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
H A DCFCMutableDictionary.cpp113 bool CFCMutableDictionary::AddValueSInt8(CFStringRef key, int8_t value, in AddValueSInt8() function in CFCMutableDictionary