Searched refs:regex_ (Results 1 – 1 of 1) sorted by relevance
98 std::unique_ptr<std::regex> regex_; member in Logcat214 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()