Home
last modified time | relevance | path

Searched defs:oldsub (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/security/fuzzing/
Dstring_replace_fuzz.cc35 std::string oldsub = fuzzed_data.ConsumeRandomLengthString(5); in LLVMFuzzerTestOneInput() local
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc70 string StringReplace(const string& str, const string& oldsub, in StringReplace()
/external/tensorflow/tensorflow/core/platform/
Dstr_util.cc139 string StringReplace(StringPiece s, StringPiece oldsub, StringPiece newsub, in StringReplace()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc148 void StringReplace(const string& s, const string& oldsub, in StringReplace()
179 string StringReplace(const string& s, const string& oldsub, in StringReplace()