Searched refs:parseParam (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dserialize.hh276 parseParam(const std::string &s, T &value) function
290 parseParam(const std::string &s, BitUnionType<T> &value) function
336 parseParam(const std::string &s, float &value) function
343 parseParam(const std::string &s, double &value) function
350 parseParam(const std::string &s, bool &value) function
366 parseParam(const std::string &s, std::string &value) function
387 if (!cp.find(section, name, str) || !parseParam(str, param)) {
399 if (!cp.find(section, name, str) || !parseParam(str, param)) {
517 if (!parseParam(tokens[i], scalar_value)) {
559 if (!parseParam(token
[all...]

Completed in 6 milliseconds