Searched defs:kTestsuites (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gtest/src/ | ||
H A D | gtest.cc | 3888 const std::string kTestsuites = "testsuites"; in PrintXmlUnitTest() local 3891 *stream << "<" << kTestsuites; in PrintXmlUnitTest() local 3920 *stream << "</" << kTestsuites << ">\\n"; PrintXmlUnitTest() local 3925 const std::string kTestsuites = "testsuites"; PrintXmlTestsList() local 3928 *stream << "<" << kTestsuites; PrintXmlTestsList() local 3942 *stream << "</" << kTestsuites << ">\\n"; PrintXmlTestsList() local 4272 const std::string kTestsuites = "testsuites"; PrintJsonUnitTest() local 4298 *stream << kIndent << "\\"" << kTestsuites << "\\": [\\n"; PrintJsonUnitTest() local 4317 const std::string kTestsuites = "testsuites"; PrintJsonTestList() local 4327 *stream << kIndent << "\\"" << kTestsuites << "\\": [\\n"; PrintJsonTestList() local [all...] |
Completed in 11 milliseconds