Home
last modified time | relevance | path

Searched refs:new_end_position (Results 1 – 15 of 15) sorted by relevance

/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/tests/
H A Dtree_test.rs28 new_end_position: Point::new(0, 2), in test_tree_edit()
56 new_end_position: Point::new(0, 5), in test_tree_edit()
84 new_end_position: Point::new(0, 4), in test_tree_edit()
112 new_end_position: Point::new(0, 4), in test_tree_edit()
140 new_end_position: Point::new(0, 4), in test_tree_edit()
172 new_end_position: Point::new(0, 16), in test_tree_edit()
H A Dparser_test.rs239 new_end_position: Point::new(0, 1), in test_parsing_text_with_byte_order_mark()
255 new_end_position: Point::new(0, 0), in test_parsing_text_with_byte_order_mark()
522 new_end_position: Point::new(prepend_line_count, 0), in test_parsing_on_multiple_threads()
1044 new_end_position: Point::new(0, prefix.len()), in test_parsing_with_a_newly_excluded_range()
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Dliveedit.cc545 pos_diff((change.new_end_position - change.new_start_position) - in SourcePositionEvent()
582 int new_end_position; member
588 new_end_position(kNoSourcePosition), in FunctionLiteralChange()
623 change.new_end_position = inside_diff in CalculateFunctionLiteralChanges()
710 change.new_end_position); in MapLiterals()
962 int new_end_position = LiveEdit::TranslatePosition(diffs, sfi->EndPosition()); in UpdatePositions() local
965 sfi->SetPosition(new_start_position, new_end_position); in UpdatePositions()
1224 return it->new_end_position; in TranslatePosition()
1229 return position + (it->new_end_position - it->end_position); in TranslatePosition()
H A Dliveedit.h28 int new_end_position; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/debug/
H A Dliveedit.h28 int new_end_position; member
H A Dliveedit.cc540 pos_diff((change.new_end_position - change.new_start_position) - in SourcePositionEvent()
577 int new_end_position; member
583 new_end_position(kNoSourcePosition), in FunctionLiteralChange()
618 change.new_end_position = inside_diff in CalculateFunctionLiteralChanges()
705 change.new_end_position); in MapLiterals()
1036 int new_end_position = LiveEdit::TranslatePosition(diffs, sfi->EndPosition()); in UpdatePositions() local
1039 sfi->SetPosition(new_start_position, new_end_position); in UpdatePositions()
1332 return it->new_end_position; in TranslatePosition()
1337 return position + (it->new_end_position - it->end_position); in TranslatePosition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/debug/
H A Dliveedit.h28 int new_end_position; member
H A Dliveedit.cc540 pos_diff((change.new_end_position - change.new_start_position) - in SourcePositionEvent()
577 int new_end_position; member
583 new_end_position(kNoSourcePosition), in FunctionLiteralChange()
618 change.new_end_position = inside_diff in CalculateFunctionLiteralChanges()
705 change.new_end_position); in MapLiterals()
1039 int new_end_position = LiveEdit::TranslatePosition(diffs, sfi->EndPosition()); in UpdatePositions() local
1042 sfi->SetPosition(new_start_position, new_end_position); in UpdatePositions()
1347 return it->new_end_position; in TranslatePosition()
1352 return position + (it->new_end_position - it->end_position); in TranslatePosition()
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/
H A Dparse.rs283 let new_end_position = position_for_offset(input, new_end_byte); in perform_edit() localVariable
290 new_end_position, in perform_edit()
/dports/editors/helix/helix-0.5.0/helix-core/src/
H A Dsyntax.rs643 new_end_position: start_position, // old pos to coords in generate_edits()
663new_end_position: traverse(start_position, s), // old pos + chars, newlines matter too (iter over) in generate_edits()
673new_end_position: traverse(start_position, s), // old pos + chars, newlines matter too (iter over) in generate_edits()
1908 new_end_position: Point { row: 0, column: 10 } in test_input_edits()
1916 new_end_position: Point { row: 0, column: 12 } in test_input_edits()
1937 new_end_position: Point { row: 0, column: 14 } in test_input_edits()
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/binding_rust/
H A DREADME.md78 new_end_position: Point::new(0, 14),
H A Dlib.rs75 pub new_end_position: Point, field
2043 new_end_point: self.new_end_position.into(), in into()
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/binding_rust/
H A DREADME.md78 new_end_position: Point::new(0, 14),
H A Dlib.rs75 pub new_end_position: Point, field
2064 new_end_point: self.new_end_position.into(), in into()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-liveedit.cc69 int diff_len2 = diff.new_end_position - diff.new_start_position; in CompareStringsOneWay()