Searched refs:HexToDec (Results 1 – 3 of 3) sorted by relevance
37 void HexToDec(const std::string &str, uint64_t &value);
87 void StringUtils::HexToDec(const string &str, uint64_t &value) in HexToDec() function in OHOS::HiviewDFX::StringUtils
81 StringUtils::GetInstance().HexToDec(tempWord, value); in GetValue()