Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
H A DCFCMutableDictionary.cpp128 bool CFCMutableDictionary::SetValueSInt8(CFStringRef key, int8_t value, in SetValueSInt8() function in CFCMutableDictionary