Searched refs:regexStr (Results 1 – 3 of 3) sorted by relevance
554 std::string regexStr = "[a-z]1?"; variable1129 std::string regexStr = "\\d{3}"; variable1211 std::string regexStr = "\\d{3}"; variable1243 std::string regexStr = "\\d{3}"; variable1284 std::string regexStr = "\\d{3}"; variable1315 std::string regexStr = "\\d{3}"; variable1345 std::string regexStr = "\\d{3}"; variable1571 std::string regexStr = "\\d{4}"; variable1617 std::string regexStr = "\\d{3}"; variable1659 std::string regexStr = "\\d{3}"; variable[all …]
281 std::string regexStr = ".*" + std::to_string(tid) + ".*to.*code.*"; in RecordIpcInfo() local283 if (std::regex_match(line, std::regex(regexStr))) { in RecordIpcInfo()
802 static inline bool RegexCheck(const string &str, const string ®exStr) in RegexCheck() argument804 const regex express(regexStr); in RegexCheck()