Searched refs:kTestsuite (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 5213 const std::string kTestsuite = "testsuite"; in PrintXmlTestCase() local 5214 *stream << " <" << kTestsuite; in PrintXmlTestCase() 5216 OutputXmlAttribute(stream, kTestsuite, "tests", in PrintXmlTestCase() 5219 OutputXmlAttribute(stream, kTestsuite, "failures", in PrintXmlTestCase() 5222 stream, kTestsuite, "disabled", in PrintXmlTestCase() 5225 OutputXmlAttribute(stream, kTestsuite, "time", in PrintXmlTestCase() 5234 *stream << " </" << kTestsuite << ">\n"; in PrintXmlTestCase() 5572 const std::string kTestsuite = "testsuite"; in PrintJsonTestCase() local 5582 OutputJsonKey(stream, kTestsuite, "disabled", in PrintJsonTestCase() 5585 OutputJsonKey(stream, kTestsuite, "time", in PrintJsonTestCase() [all …]
|