Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/tests/ui/
Dwrong_type_id.rs11 type ByteRange = crate::here::StringPiece; typedef
/third_party/skia/m133/src/base/
DSkBlockAllocator.h169 struct ByteRange { struct
170 Block* fBlock; // Owning block
171 int fStart; // Inclusive byte lower limit of byte range
172 int fAlignedOffset; // >= start, matching alignment requirement (i.e. first real byte)
173 int fEnd; // Exclusive upper limit of byte range
/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.cc389 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() function in re2::Compiler