Searched refs:string_to_find (Results 1 – 1 of 1) sorted by relevance
248 std::string string_to_find; in RemoveConsecutiveChars() local250 string_to_find.append(2, c); in RemoveConsecutiveChars()251 while ((loc = output.find(string_to_find, loc)) != std::string::npos) { in RemoveConsecutiveChars()