Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4901 static std::string EscapeXml(const std::string& str, bool is_attribute);
4996 const std::string& str, bool is_attribute) { in EscapeXml() argument
5012 if (is_attribute) in EscapeXml()
5018 if (is_attribute) in EscapeXml()
5025 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()