Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Ddoctest.h861 const char* m_name; // name of the test case member
924 String m_name; member
3957 && m_name == other.m_name;
3965 return m_name.compare(other.m_name) < 0;
4380 m_name = m_full_name.c_str();
4386 m_name = in;
4391 m_name = m_full_name.c_str();
4400 const int name_cmp = strcmp(m_name, other.m_name);
4439 const int res = std::strcmp(lhs->m_name, rhs->m_name);
6095 s << Color::None << tc->m_name << "\n";
[all …]