Home
last modified time | relevance | path

Searched refs:byte_index_to_position (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/codespan/codespan-lsp/src/
H A Dlib.rs37 pub fn byte_index_to_position<'a, F>( in byte_index_to_position() functions
75 start: byte_index_to_position(files, file_id, span.start)?, in byte_span_to_range()
76 end: byte_index_to_position(files, file_id, span.end)?, in byte_span_to_range()
208 let result = byte_index_to_position(&files, file_id, 5); in unicode_get_position()
217 let result = byte_index_to_position(&files, file_id, 10); in unicode_get_position()
226 let result = byte_index_to_position(&files, file_id2, 11); in unicode_get_position()

Completed in 2 milliseconds