Searched refs:allowed_names (Results 1 – 1 of 1) sorted by relevance
4223 const std::vector<std::string>& allowed_names = in OutputXmlAttribute() local4226 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() local4664 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() local4679 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputJsonKey()4680 allowed_names.end()) in OutputJsonKey()