HomeSort by relevance Sort by last modified time
    Searched full:m_dictionary (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/lldb-perf/lib/
Results.cpp 188 m_dictionary[std::string(name)] = ResultSP (value_dict_ap.release());
191 m_dictionary[std::string(name)] = ResultSP (new Unsigned (name, description, value));
192 return m_dictionary[std::string(name)];
205 m_dictionary[std::string(name)] = ResultSP (value_dict_ap.release());
208 m_dictionary[std::string(name)] = ResultSP (new Double (name, description, value));
209 return m_dictionary[std::string(name)];
220 m_dictionary[std::string(name)] = ResultSP (value_dict_ap.release());
223 m_dictionary[std::string(name)] = ResultSP (new String (name, description, value));
224 return m_dictionary[std::string(name)];
236 m_dictionary[std::string(name)] = ResultSP (value_dict_ap.release())
    [all...]
Results.h 197 collection m_dictionary; member in class:lldb_perf::Results::Dictionary

Completed in 197 milliseconds