Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dcommon_util.h43 static bool StrToNum(const std::string& sString, T &tX);
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dcommon_util.cpp33 template <typename T> bool CommonUtil::StrToNum(const std::string &sString, T &tX) in StrToNum() argument
36 return (iStream >> tX) ? true : false; in StrToNum()
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp278 inline bool StrToNum(const std::string& sString, T &tX) in StrToNum() argument
281 return (iStream >> tX) ? true : false; in StrToNum()

Completed in 3 milliseconds