Home
last modified time | relevance | path

Searched refs:kInitialByteForEnvelope (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.cc48 static constexpr uint8_t kInitialByteForEnvelope = member
194 return kInitialByteForEnvelope; in InitialByteForEnvelope()
328 // (kInitialByteForEnvelope), plus the start byte for a BYTE_STRING with a 32
350 out->push_back(kInitialByteForEnvelope); in EncodeStart()
662 case kInitialByteForEnvelope: { // ENVELOPE in ReadNextToken()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc128 static constexpr uint8_t kInitialByteForEnvelope = member
281 return kInitialByteForEnvelope; in InitialByteForEnvelope()
439 // (kInitialByteForEnvelope), plus the start byte for a BYTE_STRING with a 32
469 out->push_back(kInitialByteForEnvelope); in EncodeStartTmpl()
798 case kInitialByteForEnvelope: { // ENVELOPE in ReadNextToken()
1084 if (bytes[0] != kInitialByteForEnvelope) { in ParseCBOR()

Completed in 6 milliseconds