Lines Matching defs:m_file
659 String m_file; // the file in which the test was registered (using String - see #350)
678 const char* m_file;
699 const char* m_file;
707 const char* m_file;
3500 if(std::strcmp(m_file, other.m_file) != 0)
3501 return std::strcmp(m_file, other.m_file) < 0;
3829 m_file = file;
3886 const int file_cmp = m_file.compare(other.m_file);
3904 const int res = lhs->m_file.compare(rhs->m_file, bool(DOCTEST_MSVC));
4463 m_file = file;
4544 m_file = file;
5025 .writeAttribute("filename", skipPathFromFilename(in.m_file.c_str()))
5056 .writeAttribute("filename", skipPathFromFilename(in.data[i]->m_file.c_str()))
5150 .writeAttribute("filename", skipPathFromFilename(in.m_file))
5166 .writeAttribute("filename", skipPathFromFilename(rb.m_file))
5191 .writeAttribute("filename", skipPathFromFilename(mb.m_file))
5418 testCaseData.add(skipPathFromFilename(in.m_file.c_str()), in.m_name);
5428 testCaseData.add(skipPathFromFilename(in.m_file.c_str()), in.m_name);
5456 os << skipPathFromFilename(rb.m_file) << (opt.gnu_file_line ? ":" : "(")
5575 file_line_to_stream(tc->m_file.c_str(), tc->m_line, "\n");
5888 file_line_to_stream(tc->m_file.c_str(), tc->m_line, " ");
5927 file_line_to_stream(rb.m_file, rb.m_line, " ");
5943 file_line_to_stream(mb.m_file, mb.m_line, " ");
6402 if(!matchesAny(tc.m_file.c_str(), p->filters[0], true, p->case_sensitive))
6404 if(matchesAny(tc.m_file.c_str(), p->filters[1], false, p->case_sensitive))