Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3976 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
3977 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()