OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newsub
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/re2/re2/
simplify.cc
204
Regexp*
newsub
= child_args[i];
local
205
if (
newsub
!= sub) {
212
Regexp*
newsub
= child_args[i];
local
213
newsub
->Decref();
228
Regexp*
newsub
= child_args[0];
local
229
if (
newsub
== re->sub()[0]) {
230
newsub
->Decref();
236
nre->sub()[0] =
newsub
;
245
Regexp*
newsub
= child_args[0];
local
248
if (
newsub
->op() == kRegexpEmptyMatch
271
Regexp*
newsub
= child_args[0];
local
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.cc
105
const string&
newsub
, bool replace_all,
120
res->append(
newsub
);
136
const string&
newsub
, bool replace_all) {
138
StringReplace(s, oldsub,
newsub
, replace_all, &ret);
[
all
...]
strutil.h
160
const string&
newsub
, bool replace_all);
Completed in 632 milliseconds