Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4315 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
4316 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()