Searched refs:replacewith (Results 1 – 3 of 3) sorted by relevance
47 const std::string& replacewith) { in ReplaceOpInputsWith() argument51 op->inputs[i] = replacewith; in ReplaceOpInputsWith()
161 char replacewith);163 char replacewith);
88 void StripString(string* s, const char* remove, char replacewith) { in StripString() argument94 (*s)[str - str_start] = replacewith; in StripString()103 void ReplaceCharacters(string *s, const char *remove, char replacewith) { in ReplaceCharacters() argument109 (*s)[str - str_start] = replacewith; in ReplaceCharacters()