Lines Matching refs:m_file
640 String m_file; // the file in which the test was registered member
657 const char* m_file; member
678 const char* m_file; member
686 const char* m_file; member
3296 if(std::strcmp(m_file, other.m_file) != 0)
3297 return std::strcmp(m_file, other.m_file) < 0;
3621 m_file = file;
3672 const int file_cmp = m_file.compare(other.m_file);
3684 const int res = lhs->m_file.compare(rhs->m_file, bool(DOCTEST_MSVC));
4132 m_file = file;
4212 m_file = file;
4692 .writeAttribute("filename", skipPathFromFilename(in.m_file.c_str()))
4723 … .writeAttribute("filename", skipPathFromFilename(in.data[i]->m_file.c_str()))
4817 .writeAttribute("filename", skipPathFromFilename(in.m_file))
4833 .writeAttribute("filename", skipPathFromFilename(rb.m_file))
4858 .writeAttribute("filename", skipPathFromFilename(mb.m_file))
5084 testCaseData.add(skipPathFromFilename(in.m_file.c_str()), in.m_name);
5094 testCaseData.add(skipPathFromFilename(in.m_file.c_str()), in.m_name);
5122 os << skipPathFromFilename(rb.m_file) << (opt.gnu_file_line ? ":" : "(")
5226 file_line_to_stream(tc->m_file.c_str(), tc->m_line, "\n");
5530 file_line_to_stream(tc->m_file.c_str(), tc->m_line, " ");
5569 file_line_to_stream(rb.m_file, rb.m_line, " ");
5582 file_line_to_stream(mb.m_file, mb.m_line, " ");
6030 if(!matchesAny(tc.m_file.c_str(), p->filters[0], true, p->case_sensitive))
6032 if(matchesAny(tc.m_file.c_str(), p->filters[1], false, p->case_sensitive))