Lines Matching defs:description
131 // Deprecated constructor with an ignored description argument. These shouldn't really be used
133 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description)
136 DE_UNREF(description);
139 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const vector<TestNode*>& children)
142 DE_UNREF(description);
168 // Deprecated constructor with an ignored description argument. These shouldn't really be used
170 TestCase::TestCase (TestContext& testCtx, const char* name, const char* description)
173 DE_UNREF(description);
176 TestCase::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description)
179 DE_UNREF(description);