Searched refs:required_ (Results 1 – 2 of 2) sorted by relevance
871 if (required_.size()) { in Acceptable()874 if (sample.birth_thread()->ThreadName().find(required_) == in Acceptable()880 if (sample.DeathThreadName().find(required_) == std::string::npos) in Acceptable()885 if (!strstr(sample.location().file_name(), required_.c_str())) in Acceptable()890 if (!strstr(sample.location().function_name(), required_.c_str())) in Acceptable()910 required_ = required; in SetTiebreaker()
445 std::string required_; variable