Searched refs:ByteRange (Results 1 – 5 of 5) sorted by relevance
/third_party/re2/re2/ |
D | compile.cc | 178 Frag ByteRange(int lo, int hi, bool foldcase); 399 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() function in re2::Compiler 475 Frag f = ByteRange(lo, hi, foldcase); in UncachedRuneByteSuffix() 839 return ByteRange(r, r, foldcase); in Literal() 843 return ByteRange(r, r, foldcase); in Literal() 846 Frag f = ByteRange((uint8_t)buf[0], buf[0], false); in Literal() 848 f = Cat(f, ByteRange((uint8_t)buf[i], buf[i], false)); in Literal() 933 return ByteRange(0x00, 0xFF, false); in PostVisit() 1229 return Star(ByteRange(0x00, 0xff, false), true); in DotStar()
|
/third_party/skia/src/core/ |
D | SkBlockAllocator.h | 72 struct ByteRange { struct 282 ByteRange allocate(size_t size); 565 SkBlockAllocator::ByteRange SkBlockAllocator::allocate(size_t size) { in allocate()
|
/third_party/skia/tests/ |
D | SkBlockAllocatorTest.cpp | 107 SkBlockAllocator::ByteRange br, in DEF_TEST() 108 SkBlockAllocator::ByteRange* prevBR) { in DEF_TEST() 187 SkBlockAllocator::ByteRange p = pool->allocate<4>(16); in DEF_TEST() 273 std::vector<SkBlockAllocator::ByteRange> ptrs; in DEF_TEST()
|
/third_party/re2/ |
D | ucs2.diff | 162 return ByteRange(r, r, foldcase); 177 - dot = c.Cat(c.ByteRange(0x00, 0xFF, false), c.ByteRange(0x00, 0xFF, false)); 179 - dot = c.ByteRange(0x00, 0xFF, false); 181 + dot = c.ByteRange(0x00, 0xFF, false);
|
/third_party/skia/src/gpu/ |
D | GrMemoryPool.cpp | 65 SkBlockAllocator::ByteRange alloc = fAllocator.allocate<kAlignment, sizeof(Header)>(size); in allocate()
|