Searched refs:EscapeXml (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4518 static std::string EscapeXml(const std::string& str, bool is_attribute);
4523 // Convenience wrapper around EscapeXml when str is an attribute value.
4525 return EscapeXml(str, true);
4528 // Convenience wrapper around EscapeXml when str is not an attribute value.
4530 return EscapeXml(str, false);
4623 std::string XmlUnitTestResultPrinter::EscapeXml( function in class:testing::internal::XmlUnitTestResultPrinter

Completed in 59 milliseconds