Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/tests/
Dincremental.rs29 let new_text = " in typing_whitespace_inside_a_function_should_not_invalidate_types() localVariable
/third_party/elfutils/src/
Darlib-argp.c61 char *new_text; in text_for_default() local
/third_party/python/Lib/lib2to3/
Drefactor.py274 def print_output(self, old_text, new_text, filename, equal): argument
492 def processed_file(self, new_text, filename, old_text=None, write=False, argument
513 def write_file(self, new_text, filename, old_text, encoding=None): argument
Dmain.py69 def write_file(self, new_text, filename, old_text, encoding): argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/tests/
Dincremental.rs146 let new_text = r#" in typing_inside_a_function_should_not_invalidate_item_expansions() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dfile_utils.cc171 char *new_text = const_cast<char *>(text); in UTF_8ToGB2312() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/parsing/
Dreparsing.rs51 let mut new_text = get_text_after_edit(prev_token.clone().into(), edit); in reparse_token() localVariable
/third_party/python/Lib/lib2to3/tests/
Dtest_refactor.py168 def print_output(self, old_text, new_text, filename, equal): argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dname.rs53 const fn new_text(text: SmolStr) -> Name { in new_text() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/test-utils/src/
Dlib.rs75 let mut new_text = String::with_capacity(text.len() - CURSOR_MARKER.len()); in try_extract_offset() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dtests.rs562 let new_text = " in salsa_bug() localVariable
/third_party/skia/m133/third_party/externals/libpng/
Dpngset.c781 png_textp new_text = NULL; in png_set_text_2() local
/third_party/skia/third_party/externals/libpng/
Dpngset.c793 png_textp new_text = NULL; in png_set_text_2() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dto_proto.rs152 let new_text = match line_index.endings { in text_edit() localVariable
Dlsp_ext.rs450 pub new_text: String, field
/third_party/rust/rust/src/bootstrap/
Ddist.rs493 let new_text = src_text.replace("<INSERT VERSION HERE>", &builder.version); in run() localVariable
/third_party/rust/rust/src/librustdoc/clean/
Dtypes.rs1106 pub(crate) new_text: Box<str>, field
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp2946 static bool STB_TEXTEDIT_INSERTCHARS(STB_TEXTEDIT_STRING* obj, int pos, const ImWchar* new_text, in… in STB_TEXTEDIT_INSERTCHARS()
3032 void ImGuiInputTextCallbackData::InsertChars(int pos, const char* new_text, const char* new_text_en… in InsertChars()