Searched refs:status_regex (Results 1 – 2 of 2) sorted by relevance
178 std::regex status_regex("\"status\": \"([^\"]+)\""); in CheckSymbolStatus() local180 if (!std::regex_search(response, status_match, status_regex) || in CheckSymbolStatus()
139 std::wregex status_regex(L"\"status\": \"([^\"]+)\""); in CheckSymbolStatus() local141 if (!std::regex_search(response, status_match, status_regex) || in CheckSymbolStatus()