Home
last modified time | relevance | path

Searched defs:kSentinel (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/core/
DSkFontDescriptor.cpp24 kSentinel = 0xFF, enumerator
/third_party/skia/tests/
DTDPQueueTest.cpp83 static const Mock kSentinel = {-1, -1, -1}; in random_test() local
/third_party/skia/src/gpu/geometry/
DGrQuadBuffer.h152 inline static constexpr unsigned kSentinel = 0xbaffe; variable
/third_party/node/deps/v8/src/objects/
Dswiss-hash-table-helpers.h179 kSentinel = -1, // 0b11111111 enumerator
/third_party/node/deps/v8/src/strings/
Dunicode.cc23 static const uchar kSentinel = static_cast<uchar>(-1); variable