Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5240 const std::string kTestsuites = "testsuites"; in PrintXmlUnitTest() local
5243 *stream << "<" << kTestsuites; in PrintXmlUnitTest()
5250 stream, kTestsuites, "disabled", in PrintXmlUnitTest()
5254 stream, kTestsuites, "timestamp", in PrintXmlUnitTest()
5272 *stream << "</" << kTestsuites << ">\n"; in PrintXmlUnitTest()
5277 const std::string kTestsuites = "testsuites"; in PrintXmlTestsList() local
5280 *stream << "<" << kTestsuites; in PrintXmlTestsList()
5294 *stream << "</" << kTestsuites << ">\n"; in PrintXmlTestsList()
5611 const std::string kTestsuites = "testsuites"; in PrintJsonUnitTest() local
5629 OutputJsonKey(stream, kTestsuites, "time", in PrintJsonUnitTest()
[all …]