Lines Matching refs:m_timeout
670 double m_timeout;
1307 double m_timeout;
3176 if(Approx(currentTest->m_timeout).epsilon(DBL_EPSILON) != 0 &&
3177 Approx(seconds).epsilon(DBL_EPSILON) > currentTest->m_timeout)
3823 m_timeout = 0;
3840 m_timeout = test_suite.m_timeout;
5029 if(Approx(in.m_timeout) != 0)
5030 xml.writeAttribute("timeout", in.m_timeout);
5861 << std::fixed << tc->m_timeout << "!\n";