Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.cpp26 constexpr uint32_t EndOfBlock = UINT_MAX; // std::numeric_limits<uint32_t>::max(); variable
/third_party/python/Lib/
Dinspect.py890 class EndOfBlock(Exception): pass class