Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp97 std::unique_ptr<std::regex> regex_; member in Logcat
212 bool match = !regex_ || in ProcessBuffer()
213 std::regex_search(entry.message, entry.message + entry.messageLen, *regex_); in ProcessBuffer()
702 regex_.reset(new std::regex(optarg)); in Run()
905 if (print_it_anyways_ && (!regex_ || !max_count_)) { in Run()