Home
last modified time | relevance | path

Searched defs:CaseInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_gtest.cpp232 struct CaseInfo struct in angle::__anone1318a150111::dEQPCaseList
234 CaseInfo(const std::string &dEQPName, const std::string &gTestName, int expectation) in CaseInfo() argument
238 std::string mDEQPName;
239 std::string mGTestName;
240 int mExpectation;
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector-impl.h20 struct CaseInfo { struct
26 inline bool operator<(const CaseInfo& l, const CaseInfo& r) { argument