OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_testCaseResults
(Results
1 - 2
of
2
) sorted by null
/external/deqp/executor/
xeBatchResult.cpp
107
m_testCaseResults
.reserve(
m_testCaseResults
.size()+1);
108
m_resultMap[casePath] = (int)
m_testCaseResults
.size();
111
m_testCaseResults
.push_back(caseResult);
xeBatchResult.hpp
111
int getNumTestCaseResults (void) const { return (int)
m_testCaseResults
.size(); }
112
ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(
m_testCaseResults
[ndx]); }
113
TestCaseResultPtr getTestCaseResult (int ndx) { return
m_testCaseResults
[ndx]; }
126
std::vector<TestCaseResultPtr>
m_testCaseResults
;
Completed in 34 milliseconds