Searched refs:m_sub_results_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dsent/util/
H A DResult.cc81 for(vector<SubResult*>::iterator it = m_sub_results_.begin();
82 it != m_sub_results_.end(); ++it)
116 m_sub_results_.push_back(new_sub_result);
123 for(vector<SubResult*>::iterator it = m_sub_results_.begin();
124 it != m_sub_results_.end(); ++it)
129 m_sub_results_.clear();
138 for(vector<SubResult*>::const_iterator it = m_sub_results_.begin();
139 it != m_sub_results_.end(); ++it)
166 for(vector<SubResult*>::const_iterator it = m_sub_results_.begin();
167 it != m_sub_results_
[all...]
H A DResult.h99 vector<SubResult*> m_sub_results_; member in class:DSENT::Result

Completed in 10 milliseconds