Searched refs:cf_key (Results 1 – 1 of 1) sorted by relevance
/external/lldb/tools/lldb-perf/lib/ |
D | Results.cpp | 102 CFCString cf_key(key); in AddResultToDictionary() local 117 parent_dict.AddValue(cf_key.get(), array.get(), true); in AddResultToDictionary() 133 parent_dict.AddValue(cf_key.get(), dict.get(), true); in AddResultToDictionary() 138 parent_dict.SetValueDouble(cf_key.get(), result->GetAsDouble()->GetValue(), true); in AddResultToDictionary() 143 parent_dict.SetValueCString(cf_key.get(), result->GetAsString()->GetValue(), true); in AddResultToDictionary() 149 parent_dict.SetValueUInt64 (cf_key.get(), result->GetAsUnsigned()->GetValue(), true); in AddResultToDictionary()
|