Lines Matching refs:IterationLogSectionEmitter
352 // IterationLogSectionEmitter
354 class IterationLogSectionEmitter
357 IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const std::string& description, bool enabled);
358 ~IterationLogSectionEmitter (void);
360 IterationLogSectionEmitter (const IterationLogSectionEmitter&); // delete
361 IterationLogSectionEmitter& operator= (const IterationLogSectionEmitter&); // delete
367 IterationLogSectionEmitter::IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const std::string& description, bool enabled)
383 IterationLogSectionEmitter::~IterationLogSectionEmitter (void)
3194 IterationLogSectionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteration_descriptions[specNdx], drawStep && m_specs.size()!=1);