Home
last modified time | relevance | path

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

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