Searched refs:AddResultToDictionary (Results 1 – 1 of 1) sorted by relevance
/external/lldb/tools/lldb-perf/lib/ |
D | Results.cpp | 26 AddResultToDictionary (CFCMutableDictionary &parent_dict, const char *key, Results::Result *result); 55 AddResultToDictionary (dict, key.c_str(), value_sp.get()); in AddResultToArray() 99 AddResultToDictionary (CFCMutableDictionary &parent_dict, const char *key, Results::Result *result) in AddResultToDictionary() function 126 AddResultToDictionary (dict, key.c_str(), value_sp.get()); in AddResultToDictionary() 165 AddResultToDictionary (dict, key.c_str(), value_sp.get()); in Write()
|