Home
last modified time | relevance | path

Searched refs:kMajorTypeMask (Results 1 – 2 of 2) sorted by relevance

/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc106 static constexpr uint8_t kMajorTypeMask = 0xe0; variable
193 *type = MajorType((initial_byte & kMajorTypeMask) >> kMajorTypeBitShift); in ReadTokenStart()
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template106 // right after applying |kMajorTypeMask| to produce the major type in the
114 static constexpr uint8_t kMajorTypeMask = 0xe0;
201 *type = MajorType((initial_byte & kMajorTypeMask) >> kMajorTypeBitShift);