Searched refs:IterationLogSectionEmitter (Results 1 – 1 of 1) sorted by relevance
352 class IterationLogSectionEmitter class355 …IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const…356 ~IterationLogSectionEmitter (void);358 IterationLogSectionEmitter (const IterationLogSectionEmitter&); // delete359 IterationLogSectionEmitter& operator= (const IterationLogSectionEmitter&); // delete365 IterationLogSectionEmitter::IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, si… in IterationLogSectionEmitter() function in deqp::gls::__anond14e03d00111::IterationLogSectionEmitter381 IterationLogSectionEmitter::~IterationLogSectionEmitter (void) in ~IterationLogSectionEmitter()3242 …IterationLogSectionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteratio… in iterate()