Home | History | Annotate | Download | only in src

Lines Matching refs: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())