Lines Matching full:allowed_names
4778 const std::vector<std::string>& allowed_names =4781 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) !=4782 allowed_names.end())