Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_parse_format/src/
Dlib.rs76 struct InnerOffset(usize); struct
78 impl InnerOffset { implementation
415 fn remap_pos(&self, mut pos: usize) -> InnerOffset { in remap_pos()
429 fn to_span_index(&self, pos: usize) -> InnerOffset { in to_span_index()