Home
last modified time | relevance | path

Searched refs:allowed_names (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc4223 const std::vector<std::string>& allowed_names = in OutputXmlAttribute() local
4226 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputXmlAttribute()
4227 allowed_names.end()) in OutputXmlAttribute()
4661 const std::vector<std::string>& allowed_names = in OutputJsonKey() local
4664 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputJsonKey()
4665 allowed_names.end()) in OutputJsonKey()
4676 const std::vector<std::string>& allowed_names = in OutputJsonKey() local
4679 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputJsonKey()
4680 allowed_names.end()) in OutputJsonKey()