HomeSort by relevance Sort by last modified time
    Searched refs:EndSectionToken (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuTestLog.hpp 83 static const class EndSectionToken {} EndSection;
114 TestLog& operator<< (const EndSectionToken&);
427 inline TestLog& TestLog::operator<< (const EndSectionToken&) { endSection(); return *this; }
tcuTestLog.cpp 435 const TestLog::EndSectionToken TestLog::EndSection = TestLog::EndSectionToken();

Completed in 34 milliseconds