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

/gem5/ext/dsent/libutil/
H A DString.cc113 String& String::substitute(const String& str1_, const String& str2_) argument
116 size_t str2Size = str2_.size();
122 replace(pos, str1Size, str2_);
H A DString.h67 String& substitute(const String& str1_, const String& str2_);

Completed in 4 milliseconds