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

/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_get.h38 typedef std::pair<const sc_core::sc_time, transaction_type*> pair_type; typedef in class:tlm_utils::peq_with_get
47 m_scheduled_events.insert(pair_type(t + sc_core::sc_time_stamp(), &trans));
53 m_scheduled_events.insert(pair_type(sc_core::sc_time_stamp(), &trans));
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_get.h42 typedef std::pair<const sc_core::sc_time, transaction_type *> pair_type; typedef in class:tlm_utils::peq_with_get
50 m_scheduled_events.insert(pair_type(t + sc_core::sc_time_stamp(),
58 m_scheduled_events.insert(pair_type(sc_core::sc_time_stamp(), &trans));

Completed in 5 milliseconds