Searched refs:reportDuplicates (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuCommandLine.cpp | 452 …oid parseSimpleCaseList (vector<CaseTreeNode*>& nodeStack, std::istream& in, bool reportDuplicates) in parseSimpleCaseList() argument 482 else if (reportDuplicates) in parseSimpleCaseList() 543 static void parseCaseList (CaseTreeNode* root, std::istream& in, bool reportDuplicates) in parseCaseList() argument 546 parseSimpleCaseList(nodeStack, in, reportDuplicates); in parseCaseList() 549 …(CaseTreeNode* root, std::istream& inGroupList, const tcu::Archive& archive, bool reportDuplicates) in parseGroupFile() argument 571 parseSimpleCaseList(nodeStack, groupIn, reportDuplicates); in parseGroupFile()
|