Home | History | Annotate | Download | only in src

Lines Matching refs:allowed_names

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