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

/gem5/ext/dsent/model/
H A DEventInfo.h35 EventInfo(const String& event_name_, const Map<PortInfo*>* port_infos_);
H A DEventInfo.cc29 EventInfo::EventInfo(const String& event_name_, const Map<PortInfo*>* port_infos_) argument
35 Map<PortInfo*>::ConstIterator it_begin = port_infos_->begin();
36 Map<PortInfo*>::ConstIterator it_end = port_infos_->end();

Completed in 4 milliseconds