Home
last modified time | relevance | path

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

/third_party/rust/crates/codespan/codespan/src/
Dspan.rs17 pub fn new(start: impl Into<ByteIndex>, end: impl Into<ByteIndex>) -> Span { in new()
96 pub fn start(self) -> ByteIndex { in start()
109 pub fn end(self) -> ByteIndex { in end()
Dindex.rs201 pub struct ByteIndex(pub RawIndex); struct
203 impl ByteIndex { impl
210 impl Default for ByteIndex { implementation
216 impl fmt::Debug for ByteIndex { implementation
224 impl fmt::Display for ByteIndex { implementation
Dfile.rs171 byte_index: impl Into<ByteIndex>, in location()
302 fn line_start(&self, line_index: LineIndex) -> Result<ByteIndex, Error> { in line_start()
/third_party/skia/src/sfnt/
DSkOTTable_glyf.h195 struct ByteIndex { struct
196 SK_OT_BYTE compoundPointIndex;
197 SK_OT_BYTE componentPointIndex;
198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/third_party/skia/m133/src/sfnt/
DSkOTTable_glyf.h200 struct ByteIndex { struct
201 SK_OT_BYTE compoundPointIndex;
202 SK_OT_BYTE componentPointIndex;
203 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1489 uint64_t ByteIndex = M == -1 ? 0 : (uint64_t)M * LaneBytes + J; in LowerVECTOR_SHUFFLE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1287 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, PtrVT, Ptr, in LowerSTORE() local