Home
last modified time | relevance | path

Searched defs:replace_all (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/tools/skdiff/
Dskdiff_utils.cpp105 static SkString replace_all(const SkString &input, in replace_all() function
/third_party/skia/tools/skdiff/
Dskdiff_utils.cpp105 static SkString replace_all(const SkString &input, in replace_all() function
/third_party/python/Lib/idlelib/
Dreplace.py131 def replace_all(self, event=None): member in ReplaceDialog
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dtext.h352 : RegexReplace(StringToChar(pattern), StringToChar(replace), replace_all) {} in RegexReplace() argument
/third_party/grpc/src/compiler/
Dgenerator_helpers.h62 const std::string& to, bool replace_all) { in StringReplace()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/text/kernels/ir/
Dbindings.cc82 .def(py::init([](std::string pattern, std::string replace, bool replace_all) { in __anon231ba7350902()
/third_party/boost/boost/algorithm/string/
Dreplace.hpp647 inline void replace_all( in replace_all() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/ir/kernels/
Dtext_ir.cc307 …ReplaceOperation::RegexReplaceOperation(std::string pattern, std::string replace, bool replace_all) in RegexReplaceOperation()
/third_party/mindspore/mindspore/dataset/text/
Dtransforms.py789 def __init__(self, pattern, replace, replace_all=True): argument
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc133 const string& newsub, bool replace_all, in StringReplace()
164 const string& newsub, bool replace_all) { in StringReplace()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dtext.cc286 …:RegexReplace(const std::vector<char> &pattern, const std::vector<char> &replace, bool replace_all) in RegexReplace()
/third_party/boost/tools/build/src/engine/
Dbuiltins.cpp1581 void replace_all(S &str, const S &from, const S &to) in replace_all() function