Searched defs:ByteIndex (Results 1 – 7 of 7) sorted by relevance
17 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()
201 pub struct ByteIndex(pub RawIndex); struct203 impl ByteIndex { impl210 impl Default for ByteIndex { implementation216 impl fmt::Debug for ByteIndex { implementation224 impl fmt::Display for ByteIndex { implementation
171 byte_index: impl Into<ByteIndex>, in location()302 fn line_start(&self, line_index: LineIndex) -> Result<ByteIndex, Error> { in line_start()
195 struct ByteIndex { struct196 SK_OT_BYTE compoundPointIndex;197 SK_OT_BYTE componentPointIndex;198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
200 struct ByteIndex { struct201 SK_OT_BYTE compoundPointIndex;202 SK_OT_BYTE componentPointIndex;203 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
1489 uint64_t ByteIndex = M == -1 ? 0 : (uint64_t)M * LaneBytes + J; in LowerVECTOR_SHUFFLE() local
1287 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, PtrVT, Ptr, in LowerSTORE() local