Home | History | Annotate | Download | only in src

Lines Matching full:allowed_names

3266   const std::vector<std::string>& allowed_names =
3269 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) !=
3270 allowed_names.end())