Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBlockAllocator.h72 struct ByteRange { struct
73 Block* fBlock; // Owning block
74 int fStart; // Inclusive byte lower limit of byte range
75 int fAlignedOffset; // >= start, matching alignment requirement (i.e. first real byte)
76 int fEnd; // Exclusive upper limit of byte range
/third_party/re2/re2/
Dcompile.cc399 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() function in re2::Compiler