Lines Matching defs:prefix
111 sc_vector_base( const char* prefix )
112 : sc_object( prefix )
138 static std::string make_name( const char* prefix, size_type index );
340 explicit sc_vector( const char* prefix )
341 : base_type( prefix )
344 explicit sc_vector( const char* prefix, size_type n )
345 : base_type( prefix )
349 sc_vector( const char* prefix, size_type n, Creator creator )
350 : base_type( prefix )
375 static element_type * create_element( const char* prefix, size_type index );