Searched refs:newStr (Results 1 – 1 of 1) sorted by relevance
2307 const std::string &newStr) { in replace_all() argument2312 str.replace(pos, oldStr.length(), newStr); in replace_all()2313 pos += newStr.length(); in replace_all()