Home
last modified time | relevance | path

Searched refs:empty_line_regex (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/
DOptions.cpp240 std::regex empty_line_regex("^\\s*$"); in ProcessFlagfile() local
252 } else if (std::regex_match(line, match, empty_line_regex)) { in ProcessFlagfile()