Searched refs:allowed_names (Results 1 – 1 of 1) sorted by relevance
4195 const std::vector<std::string>& allowed_names = in OutputXmlAttribute() local4198 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputXmlAttribute()4199 allowed_names.end()) in OutputXmlAttribute()4628 const std::vector<std::string>& allowed_names = in OutputJsonKey() local4631 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputJsonKey()4632 allowed_names.end()) in OutputJsonKey()4643 const std::vector<std::string>& allowed_names = in OutputJsonKey() local4646 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputJsonKey()4647 allowed_names.end()) in OutputJsonKey()