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

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.h170 int f_len = (int)temp.fmt_length(); // length of format field local
171 temp = to_string(substr(0,index+f_len-1).c_str(),t);
172 return (*this) = temp + substr(index+f_len,last_char);

Completed in 4 milliseconds