Searched refs:empty_line_regex (Results 1 – 1 of 1) sorted by relevance
237 std::regex empty_line_regex("^\\s*$"); in ProcessFlagfile() local249 } else if (std::regex_match(line, match, empty_line_regex)) { in ProcessFlagfile()