Home
last modified time | relevance | path

Searched refs:replacewith (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h159 char replacewith);
Dstrutil.cc86 void StripString(string* s, const char* remove, char replacewith) { in StripString() argument
92 (*s)[str - str_start] = replacewith; in StripString()