Home
last modified time | relevance | path

Searched refs:sString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/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
35 std::istringstream iStream(sString); in StrToNum()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dcommon_util.h43 static bool StrToNum(const std::string& sString, T &tX);
/ohos5.0/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp278 inline bool StrToNum(const std::string& sString, T &tX) in StrToNum() argument
280 std::istringstream iStream(sString); in StrToNum()