Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_string_manip.cpp70 m_label( label ) in pluralise()
74 os << pluraliser.m_count << ' ' << pluraliser.m_label; in operator <<()
Dcatch_string_manip.h31 std::string m_label; member
/external/bcc/tests/cc/
Dcatch.hpp375 std::string m_label; member
7778 m_label( label ) in pluralise()
7782 os << pluraliser.m_count << " " << pluraliser.m_label; in operator <<()
/external/catch2/single_include/catch2/
Dcatch.hpp2876 std::string m_label; member
11395 m_label( label ) in pluralise()
11399 os << pluraliser.m_count << ' ' << pluraliser.m_label; in operator <<()