Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc3513 static std::string EscapeXml(const std::string& str, bool is_attribute);
3608 const std::string& str, bool is_attribute) { in EscapeXml() argument
3624 if (is_attribute) in EscapeXml()
3630 if (is_attribute) in EscapeXml()
3637 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()