Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4310 static std::string FormatTestCount(int test_count) { in FormatTestCount() argument
4311 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()