Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc3094 static std::string FormatCountableNoun(int count, const char* singular_form, in FormatCountableNoun() argument
3097 (count == 1 ? singular_form : plural_form); in FormatCountableNoun()