Home | History | Annotate | Download | only in base

Lines Matching refs:required_

871   if (required_.size()) {
874 if (sample.birth_thread()->ThreadName().find(required_) ==
880 if (sample.DeathThreadName().find(required_) == std::string::npos)
885 if (!strstr(sample.location().file_name(), required_.c_str()))
890 if (!strstr(sample.location().function_name(), required_.c_str()))
910 required_ = required;