Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5282 int total_tests = 0; in PrintXmlTestsList() local
5284 total_tests += test_cases[i]->total_test_count(); in PrintXmlTestsList()
5287 StreamableToString(total_tests)); in PrintXmlTestsList()
5659 int total_tests = 0; in PrintJsonTestList() local
5661 total_tests += test_cases[i]->total_test_count(); in PrintJsonTestList()
5663 OutputJsonKey(stream, kTestsuites, "tests", total_tests, kIndent); in PrintJsonTestList()