reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

utils/unittest/googletest/src/gtest.cc
 3388   static void OutputXmlAttribute(std::ostream* stream,

References

utils/unittest/googletest/src/gtest.cc
 3632   OutputXmlAttribute(stream, kTestcase, "name", test_info.name());
 3635     OutputXmlAttribute(stream, kTestcase, "value_param",
 3639     OutputXmlAttribute(stream, kTestcase, "type_param", test_info.type_param());
 3642   OutputXmlAttribute(stream, kTestcase, "status",
 3644   OutputXmlAttribute(stream, kTestcase, "time",
 3646   OutputXmlAttribute(stream, kTestcase, "classname", test_case_name);
 3679   OutputXmlAttribute(stream, kTestsuite, "name", test_case.name());
 3680   OutputXmlAttribute(stream, kTestsuite, "tests",
 3682   OutputXmlAttribute(stream, kTestsuite, "failures",
 3684   OutputXmlAttribute(
 3687   OutputXmlAttribute(stream, kTestsuite, "errors", "0");
 3688   OutputXmlAttribute(stream, kTestsuite, "time",
 3708   OutputXmlAttribute(stream, kTestsuites, "tests",
 3710   OutputXmlAttribute(stream, kTestsuites, "failures",
 3712   OutputXmlAttribute(
 3715   OutputXmlAttribute(stream, kTestsuites, "errors", "0");
 3716   OutputXmlAttribute(
 3719   OutputXmlAttribute(stream, kTestsuites, "time",
 3723     OutputXmlAttribute(stream, kTestsuites, "random_seed",
 3729   OutputXmlAttribute(stream, kTestsuites, "name", "AllTests");