Home
last modified time | relevance | path

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

/system/logging/logcat/
Dlogcat.cpp98 std::unique_ptr<std::regex> regex_; member in Logcat
214 bool match = !regex_ || in ProcessBuffer()
215 std::regex_search(entry.message, entry.message + entry.messageLen, *regex_); in ProcessBuffer()
705 regex_.reset(new std::regex(optarg)); in Run()
822 if (print_it_anyway_ && (!regex_ || !max_count_)) { in Run()