Searched refs:ReplaceStr (Results 1 – 2 of 2) sorted by relevance
32 void ReplaceStr(std::string *dest, const std::string &replace, char new_char);122 ReplaceStr(&res, kLF, '\n'); in Response()123 ReplaceStr(&res, kSP, ' '); in Response()
23 void ReplaceStr(std::string *dest, const std::string &replace, char new_char) { in ReplaceStr() function