Home
last modified time | relevance | path

Searched refs:EndSectionToken (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTestLog.hpp84 static const class EndSectionToken {} EndSection; class in tcu::TestLog
118 TestLog& operator<< (const EndSectionToken&);
442 inline TestLog& TestLog::operator<< (const EndSectionToken&) { endSection(); return *this; } in operator <<() argument
DtcuTestLog.cpp542 const TestLog::EndSectionToken TestLog::EndSection = TestLog::EndSectionToken();