Home
last modified time | relevance | path

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

/third_party/rust/crates/codespan/codespan/src/
Dindex.rs18 pub struct LineIndex(pub RawIndex); struct
20 impl LineIndex { implementation
39 impl Default for LineIndex { implementation
45 impl fmt::Debug for LineIndex { implementation
53 impl fmt::Display for LineIndex { implementation
Dlocation.rs18 pub fn new(line: impl Into<LineIndex>, column: impl Into<ColumnIndex>) -> Location { in new()
Dfile.rs131 line_index: impl Into<LineIndex>, in line_span()
150 pub fn line_index(&self, file_id: FileId, byte_index: impl Into<ByteIndex>) -> LineIndex { in line_index()
315 fn last_line_index(&self) -> LineIndex { in last_line_index()
326 fn line_index(&self, byte_index: ByteIndex) -> LineIndex { in line_index()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp740 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty(); in print() local
852 uint32_t LineIndex, uint32_t &BlockNo) const { in printBlockInfo()
/third_party/skia/experimental/sktext/include/
DTypes.h71 typedef size_t LineIndex; typedef
/third_party/typescript/src/server/
DscriptVersionCache.ts387 export class LineIndex { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp366 size_t LineIndex = 0; in operator <<() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_ostream.cpp406 size_t LineIndex = 0; in operator <<() local