Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_string_manip.cpp73 std::ostream& operator << ( std::ostream& os, pluralise const& pluraliser ) { in operator <<() argument
74 os << pluraliser.m_count << ' ' << pluraliser.m_label; in operator <<()
75 if( pluraliser.m_count != 1 ) in operator <<()
Dcatch_string_manip.h28 friend std::ostream& operator << ( std::ostream& os, pluralise const& pluraliser );
/external/bcc/tests/cc/
Dcatch.hpp372 friend std::ostream& operator << ( std::ostream& os, pluralise const& pluraliser );
7781 std::ostream& operator << ( std::ostream& os, pluralise const& pluraliser ) { in operator <<() argument
7782 os << pluraliser.m_count << " " << pluraliser.m_label; in operator <<()
7783 if( pluraliser.m_count != 1 ) in operator <<()
/external/catch2/single_include/catch2/
Dcatch.hpp2873 friend std::ostream& operator << ( std::ostream& os, pluralise const& pluraliser );
11398 std::ostream& operator << ( std::ostream& os, pluralise const& pluraliser ) { in operator <<() argument
11399 os << pluraliser.m_count << ' ' << pluraliser.m_label; in operator <<()
11400 if( pluraliser.m_count != 1 ) in operator <<()