OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oldsub
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/src/google/protobuf/stubs/
strutil.cc
104
void StringReplace(const string& s, const string&
oldsub
,
107
if (
oldsub
.empty()) {
115
pos = s.find(
oldsub
, start_pos);
121
start_pos = pos +
oldsub
.size(); // start searching again after the "old"
135
string StringReplace(const string& s, const string&
oldsub
,
138
StringReplace(s,
oldsub
, newsub, replace_all, &ret);
[
all
...]
strutil.h
166
LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string&
oldsub
,
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar
Completed in 94 milliseconds