Home
last modified time | relevance | path

Searched refs:SetValueCString (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.h59 bool SetValueCString(CFStringRef key, const char *cstr, bool can_create = false);
DCFCMutableDictionary.cpp490 CFCMutableDictionary::SetValueCString(CFStringRef key, const char *cstr, bool can_create) in SetValueCString() function in CFCMutableDictionary
/external/lldb/tools/lldb-perf/lib/
DResults.cpp143 parent_dict.SetValueCString(cf_key.get(), result->GetAsString()->GetValue(), true); in AddResultToDictionary()