Searched defs:CaseInfo (Results 1 – 2 of 2) sorted by relevance
232 struct CaseInfo struct in angle::__anone1318a150111::dEQPCaseList234 CaseInfo(const std::string &dEQPName, const std::string &gTestName, int expectation) in CaseInfo() argument238 std::string mDEQPName;239 std::string mGTestName;240 int mExpectation;
20 struct CaseInfo { struct26 inline bool operator<(const CaseInfo& l, const CaseInfo& r) { argument