Lines Matching defs:const

73     explicit sc_in_rv( const char* name_ )
77 explicit sc_in_rv( const in_if_type& interface_ )
81 sc_in_rv( const char* name_, const in_if_type& interface_ )
89 sc_in_rv( const char* name_, in_port_type& parent_ )
97 sc_in_rv( const char* name_, inout_port_type& parent_ )
105 sc_in_rv( const char* name_, this_type& parent_ )
122 virtual const char* kind() const
128 sc_in_rv( const this_type& );
129 this_type& operator = ( const this_type& );
184 explicit sc_inout_rv( const char* name_ )
192 sc_inout_rv( const char* name_, inout_if_type& interface_ )
200 sc_inout_rv( const char* name_, inout_port_type& parent_ )
208 sc_inout_rv( const char* name_, this_type& parent_ )
221 this_type& operator = ( const data_type& value_ )
224 this_type& operator = ( const in_if_type& interface_ )
227 this_type& operator = ( const in_port_type& port_ )
230 this_type& operator = ( const inout_port_type& port_ )
233 this_type& operator = ( const this_type& port_ )
243 virtual const char* kind() const
249 sc_inout_rv( const this_type& );
308 explicit sc_out_rv( const char* name_ )
316 sc_out_rv( const char* name_, inout_if_type& interface_ )
324 sc_out_rv( const char* name_, inout_port_type& parent_ )
332 sc_out_rv( const char* name_, this_type& parent_ )
345 this_type& operator = ( const data_type& value_ )
348 this_type& operator = ( const in_if_type& interface_ )
351 this_type& operator = ( const in_port_type& port_ )
354 this_type& operator = ( const inout_port_type& port_ )
357 this_type& operator = ( const this_type& port_ )
360 virtual const char* kind() const
366 sc_out_rv( const this_type& );