Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()