Searched defs: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() local
802 static inline bool RegexCheck(const string &str, const string ®exStr) in RegexCheck()