Home
last modified time | relevance | path

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

/external/lldb/source/Host/macosx/cfcpp/
DCFCMutableDictionary.h57 bool SetValueDouble(CFStringRef key, double value, bool can_create = false);
DCFCMutableDictionary.cpp454 CFCMutableDictionary::SetValueDouble(CFStringRef key, double value, bool can_create) in SetValueDouble() function in CFCMutableDictionary
/external/lldb/tools/lldb-perf/lib/
DResults.cpp138 parent_dict.SetValueDouble(cf_key.get(), result->GetAsDouble()->GetValue(), true); in AddResultToDictionary()