Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.h34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
DCFCMutableDictionary.cpp143 bool CFCMutableDictionary::AddValueSInt16(CFStringRef key, int16_t value, in AddValueSInt16() function in CFCMutableDictionary