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

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_phase_callback_registry.h103 typedef std::vector<cb_type*> single_storage_type; typedef in class:sc_core::sc_phase_callback_registry
125 single_storage_type m_cb_eval_vec; // - eval cb shortcut
127 single_storage_type m_cb_update_vec; // - update cb shortcut
128 single_storage_type m_cb_timestep_vec; // - timestep cb shortcut
213 typedef single_storage_type::const_iterator it_type;
214 single_storage_type const & vec = m_cb_eval_vec;
232 typedef single_storage_type::const_iterator it_type;
233 single_storage_type const & vec = m_cb_update_vec;
250 typedef single_storage_type::const_iterator it_type;
251 single_storage_type cons
[all...]

Completed in 3 milliseconds