Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc3008 static std::string EscapeXml(const std::string& str, bool is_attribute);
3114 const std::string& str, bool is_attribute) { in EscapeXml() argument
3130 if (is_attribute) in EscapeXml()
3136 if (is_attribute) in EscapeXml()
3143 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()