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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.h100 explicit sc_port_base( int max_size_,
102 sc_port_base( const char* name_, int max_size_,
317 explicit sc_port_b( int max_size_, argument
319 base_type( max_size_, policy ), m_interface( 0 ), m_interface_vec()
322 sc_port_b( const char* name_, int max_size_, argument
324 base_type( name_, max_size_, policy ), m_interface( 0 ),
H A Dsc_port.cpp120 explicit sc_bind_info( int max_size_,
147 sc_bind_info::sc_bind_info( int max_size_, sc_port_policy policy_ ) argument
148 : m_max_size( max_size_ ),
240 int max_size_, sc_port_policy policy
246 m_bind_info = new sc_bind_info( max_size_, policy );
250 const char* name_, int max_size_, sc_port_policy policy
256 m_bind_info = new sc_bind_info( max_size_, policy );
239 sc_port_base( int max_size_, sc_port_policy policy ) argument
249 sc_port_base( const char* name_, int max_size_, sc_port_policy policy ) argument

Completed in 8 milliseconds