Home
last modified time | relevance | path

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

/third_party/rust/crates/codespan/codespan/src/
Dspan.rs147 fn from(span: Span) -> Range<RawIndex> { in from()
Dindex.rs10 pub type RawIndex = u32; typedef