Searched refs:IterationLogSectionEmitter (Results 1 – 1 of 1) sorted by relevance
353 class IterationLogSectionEmitter class356 …IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const…357 ~IterationLogSectionEmitter (void);359 IterationLogSectionEmitter (const IterationLogSectionEmitter&); // delete360 IterationLogSectionEmitter& operator= (const IterationLogSectionEmitter&); // delete366 IterationLogSectionEmitter::IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, si… in IterationLogSectionEmitter() function in deqp::gls::__anon43398ad90111::IterationLogSectionEmitter382 IterationLogSectionEmitter::~IterationLogSectionEmitter (void) in ~IterationLogSectionEmitter()3173 …IterationLogSectionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteratio… in iterate()