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