Searched refs:TryParseInt (Results 1 – 2 of 2) sorted by relevance
90 bool ConfigParser::TryParseInt(const std::string& str, int& out) in TryParseInt() function in OHOS::DrmStandard::ConfigParser111 if (TryParseInt(value, temp)) { in ParseReportConfig()119 if (TryParseInt(value, temp)) { in ParseReportConfig()
57 static bool TryParseInt(const std::string& str, int& out);