Lines Matching full:allowed_names
4754 const std::vector<std::string>& allowed_names =4757 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) !=4758 allowed_names.end())