Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h43 bool SetValueUInt16(CFStringRef key, uint16_t value, bool can_create = false);
H A DCFCMutableDictionary.cpp287 bool CFCMutableDictionary::SetValueUInt16(CFStringRef key, uint16_t value, in SetValueUInt16() function in CFCMutableDictionary