| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/ast_helpers/ |
| D | ast_replacer.py | 61 def replace_all(self, src: str, dst: str): member in AstReplacer
|
| /third_party/rust/crates/regex/examples/ |
| D | shootout-regex-dna-single-cheat.rs | 57 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
|
| D | shootout-regex-dna-cheat.rs | 72 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
|
| /third_party/rust/crates/regex/bench/src/ |
| D | misc.rs | 98 fn replace_all(b: &mut Bencher) { in replace_all() function
|
| /third_party/skia/tools/skdiff/ |
| D | skdiff_utils.cpp | 105 static SkString replace_all(const SkString &input, in replace_all() function
|
| /third_party/python/Lib/idlelib/ |
| D | replace.py | 131 def replace_all(self, event=None): member in ReplaceDialog
|
| /third_party/skia/m133/tools/skdiff/ |
| D | skdiff_utils.cpp | 120 static SkString replace_all(const SkString &input, in replace_all() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/include/dataset/ |
| D | text.h | 692 : RegexReplace(StringToChar(pattern), StringToChar(replace), replace_all) {} in RegexReplace() argument
|
| /third_party/grpc/src/compiler/ |
| D | generator_helpers.h | 63 const std::string& to, bool replace_all) { in StringReplace()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ |
| D | ted.rs | 134 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/ |
| D | bindings.cc | 103 .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/ |
| D | transforms.py | 1477 def __init__(self, pattern, replace, replace_all=True): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/text/ir/kernels/ |
| D | text_ir.cc | 445 …ReplaceOperation::RegexReplaceOperation(std::string pattern, std::string replace, bool replace_all) in RegexReplaceOperation()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/ |
| D | text.cc | 302 …:RegexReplace(const std::vector<char> &pattern, const std::vector<char> &replace, bool replace_all) in RegexReplace()
|
| /third_party/rust/crates/aho-corasick/src/ |
| D | ahocorasick.rs | 429 pub fn replace_all<B>(&self, haystack: &str, replace_with: &[B]) -> String in replace_all() method
|
| /third_party/rust/crates/regex/src/ |
| D | re_unicode.rs | 520 pub fn replace_all<'t, R: Replacer>( in replace_all() method
|
| D | re_bytes.rs | 471 pub fn replace_all<'t, R: Replacer>( in replace_all() method
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | destructure_tuple_binding.rs | 1113 fn replace_all() { in replace_all() function
|