Lines Matching refs:ContextOptions
724 struct ContextOptions //!OCLINT too many fields struct
1026 DOCTEST_INTERFACE const ContextOptions* getContextOptions();
1806 typedef IReporter* (*reporterCreatorFunc)(const ContextOptions&);
1811 IReporter* reporterCreator(const ContextOptions& o) {
3131 struct ContextState : ContextOptions, TestRunStats, CurrentTestCaseStats
3586 const ContextOptions* getContextOptions() { return DOCTEST_BRANCH_ON_DISABLED(nullptr, g_cs); }
4983 const ContextOptions& opt;
4986 XmlReporter(const ContextOptions& co)
5353 const ContextOptions& opt;
5356 JUnitReporter(const ContextOptions& co)
5507 const ContextOptions& opt;
5510 ConsoleReporter(const ContextOptions& co)
5514 ConsoleReporter(const ContextOptions& co, std::ostream& ostr)
5961 DebugOutputWindowReporter(const ContextOptions& co)