Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBlockAllocator.h65 struct ByteRange { struct
66 Block* fBlock; // Owning block
67 int fStart; // Inclusive byte lower limit of byte range
68 int fAlignedOffset; // >= start, matching alignment requirement (i.e. first real byte)
69 int fEnd; // Exclusive upper limit of byte range
/external/rust/cxx/tests/ui/
Dwrong_type_id.rs11 type ByteRange = crate::here::StringPiece; typedef
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.cpp20 struct ByteRange { struct
21 uint8_t m_First;
22 uint8_t m_Last; // Inclusive.
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc399 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() function in re2::Compiler