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

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc3029 static String EscapeXml(const char* str, bool is_attribute);
3034 // Convenience wrapper around EscapeXml when str is an attribute value.
3036 return EscapeXml(str, true);
3039 // Convenience wrapper around EscapeXml when str is not an attribute value.
3040 static String EscapeXmlText(const char* str) { return EscapeXml(str, false); }
3121 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { function in class:testing::internal::XmlUnitTestResultPrinter
/external/googletest/googletest/src/
H A Dgtest.cc3369 static std::string EscapeXml(const std::string& str, bool is_attribute);
3374 // Convenience wrapper around EscapeXml when str is an attribute value.
3376 return EscapeXml(str, true);
3379 // Convenience wrapper around EscapeXml when str is not an attribute value.
3381 return EscapeXml(str, false);
3474 std::string XmlUnitTestResultPrinter::EscapeXml( function in class:testing::internal::XmlUnitTestResultPrinter
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc3371 static std::string EscapeXml(const std::string& str, bool is_attribute);
3376 // Convenience wrapper around EscapeXml when str is an attribute value.
3378 return EscapeXml(str, true);
3381 // Convenience wrapper around EscapeXml when str is not an attribute value.
3383 return EscapeXml(str, false);
3476 std::string XmlUnitTestResultPrinter::EscapeXml( function in class:testing::internal::XmlUnitTestResultPrinter
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3004 static String EscapeXml(const char* str, bool is_attribute);
3009 // Convenience wrapper around EscapeXml when str is an attribute value.
3011 return EscapeXml(str, true);
3014 // Convenience wrapper around EscapeXml when str is not an attribute value.
3015 static String EscapeXmlText(const char* str) { return EscapeXml(str, false); }
3096 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { function in class:testing::internal::XmlUnitTestResultPrinter
/external/mesa3d/src/gtest/src/
H A Dgtest.cc3034 static std::string EscapeXml(const std::string& str, bool is_attribute);
3039 // Convenience wrapper around EscapeXml when str is an attribute value.
3041 return EscapeXml(str, true);
3044 // Convenience wrapper around EscapeXml when str is not an attribute value.
3046 return EscapeXml(str, false);
3139 std::string XmlUnitTestResultPrinter::EscapeXml( function in class:testing::internal::XmlUnitTestResultPrinter
/external/protobuf/gtest/src/
H A Dgtest.cc3016 static String EscapeXml(const char* str, bool is_attribute);
3021 // Convenience wrapper around EscapeXml when str is an attribute value.
3023 return EscapeXml(str, true);
3026 // Convenience wrapper around EscapeXml when str is not an attribute value.
3027 static String EscapeXmlText(const char* str) { return EscapeXml(str, false); }
3108 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { function in class:testing::internal::XmlUnitTestResultPrinter
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc3003 static String EscapeXml(const char* str, bool is_attribute);
3008 // Convenience wrapper around EscapeXml when str is an attribute value.
3010 return EscapeXml(str, true);
3013 // Convenience wrapper around EscapeXml when str is not an attribute value.
3014 static String EscapeXmlText(const char* str) { return EscapeXml(str, false); }
3095 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { function in class:testing::internal::XmlUnitTestResultPrinter
/external/v8/testing/gtest/src/
H A Dgtest.cc3369 static std::string EscapeXml(const std::string& str, bool is_attribute);
3374 // Convenience wrapper around EscapeXml when str is an attribute value.
3376 return EscapeXml(str, true);
3379 // Convenience wrapper around EscapeXml when str is not an attribute value.
3381 return EscapeXml(str, false);
3474 std::string XmlUnitTestResultPrinter::EscapeXml( function in class:testing::internal::XmlUnitTestResultPrinter
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc3034 static std::string EscapeXml(const std::string& str, bool is_attribute);
3039 // Convenience wrapper around EscapeXml when str is an attribute value.
3041 return EscapeXml(str, true);
3044 // Convenience wrapper around EscapeXml when str is not an attribute value.
3046 return EscapeXml(str, false);
3139 std::string XmlUnitTestResultPrinter::EscapeXml( function in class:testing::internal::XmlUnitTestResultPrinter
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc4356 static String EscapeXml(const char* str, bool is_attribute);
4361 // Convenience wrapper around EscapeXml when str is an attribute value.
4363 return EscapeXml(str, true);
4366 // Convenience wrapper around EscapeXml when str is not an attribute value.
4367 static String EscapeXmlText(const char* str) { return EscapeXml(str, false); }
4448 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { function in class:testing::internal::XmlUnitTestResultPrinter
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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
/external/fmtlib/test/
H A Dgmock-gtest-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 233 milliseconds