Searched refs:allowed_names (Results 1 – 1 of 1) sorted by relevance
4754 const std::vector<std::string>& allowed_names = in OutputXmlAttribute() local4757 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputXmlAttribute()4758 allowed_names.end()) in OutputXmlAttribute()