Lines Matching refs:ResultCollector
621 class ResultCollector class
624 ResultCollector (TestContext& testCtx);
628 ~ResultCollector (void);
639 ResultCollector::ResultCollector (TestContext& testCtx) in ResultCollector() function in deqp::gls::LifetimeTests::details::ResultCollector
647 bool ResultCollector::check (bool cond, const char* msg) in check()
654 void ResultCollector::addResult (qpTestResult result, const char* msg) in addResult()
670 void ResultCollector::fail (const char* msg) in fail()
675 void ResultCollector::warn (const char* msg) in warn()
680 ResultCollector::~ResultCollector (void) in ~ResultCollector()
754 ResultCollector errors (getTestContext()); in testGen()
765 ResultCollector errors (getTestContext()); in testDelete()
774 ResultCollector errors (getTestContext()); in testBind()
786 ResultCollector errors (getTestContext()); in testDeleteBound()
818 ResultCollector errors (getTestContext()); in testBindNoGen()
845 ResultCollector errors(getTestContext()); in testDeleteUsed()
920 ResultCollector errors (getTestContext()); in testDeletedNames()
994 ResultCollector errors (getTestContext()); in iterate()
1075 ResultCollector errors (getTestContext()); in iterate()