Searched refs:allowed_names (Results 1 – 1 of 1) sorted by relevance
5132 const std::vector<std::string>& allowed_names = in OutputXmlAttribute() local5135 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputXmlAttribute()5136 allowed_names.end()) in OutputXmlAttribute()5479 const std::vector<std::string>& allowed_names = in OutputJsonKey() local5482 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputJsonKey()5483 allowed_names.end()) in OutputJsonKey()5499 const std::vector<std::string>& allowed_names = in OutputJsonKey() local5502 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputJsonKey()5503 allowed_names.end()) in OutputJsonKey()