Home
last modified time | relevance | path

Searched refs:ResultSP (Results 1 – 6 of 6) sorted by relevance

/external/lldb/tools/lldb-perf/lib/
DResults.cpp40 value->ForEach([&array](const Results::ResultSP &value_sp) -> bool in AddResultToArray()
53 … value->ForEach([&dict](const std::string &key, const Results::ResultSP &value_sp) -> bool in AddResultToArray()
112 value->ForEach([&array](const Results::ResultSP &value_sp) -> bool in AddResultToDictionary()
124 … value->ForEach([&dict](const std::string &key, const Results::ResultSP &value_sp) -> bool in AddResultToDictionary()
163 m_results.ForEach([&dict](const std::string &key, const ResultSP &value_sp) -> bool in Write()
179 Results::ResultSP
188 m_dictionary[std::string(name)] = ResultSP (value_dict_ap.release()); in AddUnsigned()
191 m_dictionary[std::string(name)] = ResultSP (new Unsigned (name, description, value)); in AddUnsigned()
195 Results::ResultSP
205 m_dictionary[std::string(name)] = ResultSP (value_dict_ap.release()); in AddDouble()
[all …]
DGauge.cpp14 lldb_perf::Results::ResultSP
22 return Results::ResultSP (value_dict_ap.release()); in GetResult()
24 return Results::ResultSP (new Results::Double (NULL, NULL, value)); in GetResult()
28 lldb_perf::Results::ResultSP
36 return Results::ResultSP (value_dict_ap.release()); in GetResult()
38 return Results::ResultSP (new Results::Unsigned (NULL, NULL, value)); in GetResult()
42 lldb_perf::Results::ResultSP
50 return Results::ResultSP (value_dict_ap.release()); in GetResult()
52 return Results::ResultSP (new Results::String (NULL, NULL, value.c_str())); in GetResult()
DResults.h126 typedef std::shared_ptr<Result> ResultSP; typedef
141 ResultSP
142 Append (const ResultSP &result_sp);
145 ForEach (const std::function <bool (const ResultSP &)> &callback);
152 typedef std::vector<ResultSP> collection;
180 ForEach (const std::function <bool (const std::string &, const ResultSP &)> &callback);
182 ResultSP
183 Add (const char *name, const char *description, const ResultSP &result_sp);
185 ResultSP
188 ResultSP
[all …]
DGauge.h51 Results::ResultSP GetResult (const char *description, T value);
54 Results::ResultSP GetResult (const char *description, double value);
57 Results::ResultSP GetResult (const char *description, uint64_t value);
60 Results::ResultSP GetResult (const char *description, std::string value);
DMemoryGauge.cpp92 Results::ResultSP
98 return Results::ResultSP(dict_ap.release()); in GetResult()
147 Results::ResultSP
DMemoryGauge.h82 Results::ResultSP
139 Results::ResultSP