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

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp49 // CLASS : sc_string_rep
54 class sc_string_rep class in namespace:sc_dt
61 sc_string_rep( int size = 16 ) : function in class:sc_dt::sc_string_rep
67 sc_string_rep( const char* s ) : ref_count(1), alloc(0), str(0) function in class:sc_dt::sc_string_rep
79 sc_string_rep( const char* s, int n); // get first n chars from the string
81 ~sc_string_rep()
98 sc_string_rep::sc_string_rep( const char* s, int n) : function in class:sc_dt::sc_string_rep
113 sc_string_rep::resize( int new_size )
123 sc_string_rep
[all...]
H A Dsc_string.h55 class sc_string_rep;
218 sc_string_old( sc_string_rep* r );
220 sc_string_rep* rep;

Completed in 5 milliseconds