Lines Matching defs:const

68     explicit sc_in_resolved( const char* name_ )
72 explicit sc_in_resolved( const in_if_type& interface_ )
76 sc_in_resolved( const char* name_, const in_if_type& interface_ )
84 sc_in_resolved( const char* name_, in_port_type& parent_ )
92 sc_in_resolved( const char* name_, inout_port_type& parent_ )
100 sc_in_resolved( const char* name_, this_type& parent_ )
117 virtual const char* kind() const
123 sc_in_resolved( const this_type& );
124 this_type& operator = ( const this_type& );
159 explicit sc_inout_resolved( const char* name_ )
167 sc_inout_resolved( const char* name_, inout_if_type& interface_ )
175 sc_inout_resolved( const char* name_, inout_port_type& parent_ )
183 sc_inout_resolved( const char* name_, this_type& parent_ )
196 this_type& operator = ( const data_type& value_ )
199 this_type& operator = ( const in_if_type& interface_ )
202 this_type& operator = ( const in_port_type& port_ )
205 this_type& operator = ( const inout_port_type& port_ )
208 this_type& operator = ( const this_type& port_ )
218 virtual const char* kind() const
224 sc_inout_resolved( const this_type& );
263 explicit sc_out_resolved( const char* name_ )
271 sc_out_resolved( const char* name_, inout_if_type& interface_ )
279 sc_out_resolved( const char* name_, inout_port_type& parent_ )
287 sc_out_resolved( const char* name_, this_type& parent_ )
300 this_type& operator = ( const data_type& value_ )
303 this_type& operator = ( const in_if_type& interface_ )
306 this_type& operator = ( const in_port_type& port_ )
309 this_type& operator = ( const inout_port_type& port_ )
312 this_type& operator = ( const this_type& port_ )
315 virtual const char* kind() const
321 sc_out_resolved( const this_type& );