Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/ast_helpers/
Dast_replacer.py61 def replace_all(self, src: str, dst: str): member in AstReplacer
/third_party/rust/crates/regex/examples/
Dshootout-regex-dna-single-cheat.rs57 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
Dshootout-regex-dna-cheat.rs72 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
/third_party/rust/crates/regex/bench/src/
Dmisc.rs98 fn replace_all(b: &mut Bencher) { 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/skia/m133/tools/skdiff/
Dskdiff_utils.cpp120 static SkString replace_all(const SkString &input, in replace_all() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/include/dataset/
Dtext.h692 : RegexReplace(StringToChar(pattern), StringToChar(replace), replace_all) {} in RegexReplace() argument
/third_party/grpc/src/compiler/
Dgenerator_helpers.h63 const std::string& to, bool replace_all) { in StringReplace()
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dted.rs134 pub fn replace_all(range: RangeInclusive<SyntaxElement>, new: Vec<SyntaxElement>) { in replace_all() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/text/kernels/ir/
Dbindings.cc103 .def(py::init([](std::string pattern, std::string replace, bool replace_all) { in __anon2bada04b0d02()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/text/
Dtransforms.py1477 def __init__(self, pattern, replace, replace_all=True): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/text/ir/kernels/
Dtext_ir.cc445 …ReplaceOperation::RegexReplaceOperation(std::string pattern, std::string replace, bool replace_all) in RegexReplaceOperation()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dtext.cc302 …:RegexReplace(const std::vector<char> &pattern, const std::vector<char> &replace, bool replace_all) in RegexReplace()
/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs429 pub fn replace_all<B>(&self, haystack: &str, replace_with: &[B]) -> String in replace_all() method
/third_party/rust/crates/regex/src/
Dre_unicode.rs520 pub fn replace_all<'t, R: Replacer>( in replace_all() method
Dre_bytes.rs471 pub fn replace_all<'t, R: Replacer>( in replace_all() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Ddestructure_tuple_binding.rs1113 fn replace_all() { in replace_all() function