Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2455 const char * plural_form) { in FormatCountableNoun() argument
2457 (count == 1 ? singular_form : plural_form); in FormatCountableNoun()