Home
last modified time | relevance | path

Searched refs:newsub (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dsimplify.cc199 Regexp* newsub = child_args[i]; in ChildArgsChanged() local
200 if (newsub != sub) in ChildArgsChanged()
204 Regexp* newsub = child_args[i]; in ChildArgsChanged() local
205 newsub->Decref(); in ChildArgsChanged()
496 Regexp* newsub = child_args[0]; in PostVisit() local
497 if (newsub == re->sub()[0]) { in PostVisit()
498 newsub->Decref(); in PostVisit()
504 nre->sub()[0] = newsub; in PostVisit()
513 Regexp* newsub = child_args[0]; in PostVisit() local
516 if (newsub->op() == kRegexpEmptyMatch) in PostVisit()
[all …]
/external/tensorflow/tensorflow/security/fuzzing/
Dstring_replace_fuzz.cc36 std::string newsub = fuzzed_data.ConsumeRemainingBytesAsString(); in LLVMFuzzerTestOneInput() local
40 tensorflow::StringPiece newsubp(newsub); in LLVMFuzzerTestOneInput()
/external/tensorflow/tensorflow/core/platform/
Dstr_util.cc139 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub, in StringReplace() argument
146 res.replace(pos, oldsub.size(), newsub.data(), newsub.size()); in StringReplace()
147 pos += newsub.size(); in StringReplace()
Dstr_util.h101 std::string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub,
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.h42 const string& newsub);
Dtfprof_utils.cc71 const string& newsub) { in StringReplace() argument
73 RE2::GlobalReplace(&out, oldsub, newsub); in StringReplace()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc149 const string& newsub, bool replace_all, in StringReplace() argument
164 res->append(newsub); in StringReplace()
180 const string& newsub, bool replace_all) { in StringReplace() argument
182 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
Dstrutil.h208 const string& newsub, bool replace_all);