Lines Matching refs:ResultCollector
783 class ResultCollector class
786 ResultCollector (TestContext& testCtx);
790 ~ResultCollector (void);
801 ResultCollector::ResultCollector (TestContext& testCtx) in ResultCollector() function in deqp::gls::LifetimeTests::details::ResultCollector
809 bool ResultCollector::check (bool cond, const char* msg) in check()
816 void ResultCollector::addResult (qpTestResult result, const char* msg) in addResult()
832 void ResultCollector::fail (const char* msg) in fail()
837 void ResultCollector::warn (const char* msg) in warn()
842 ResultCollector::~ResultCollector (void) in ~ResultCollector()
916 ResultCollector errors (getTestContext()); in testGen()
927 ResultCollector errors (getTestContext()); in testDelete()
936 ResultCollector errors (getTestContext()); in testBind()
948 ResultCollector errors (getTestContext()); in testDeleteBound()
980 ResultCollector errors (getTestContext()); in testBindNoGen()
1007 ResultCollector errors(getTestContext()); in testDeleteUsed()
1082 ResultCollector errors (getTestContext()); in testDeletedNames()
1156 ResultCollector errors (getTestContext()); in iterate()
1237 ResultCollector errors (getTestContext()); in iterate()