Home
last modified time | relevance | path

Searched refs:ENVELOPE (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.cc511 assert(token_tag_ == CBORTokenTag::ENVELOPE); in EnterEnvelope()
565 assert(token_tag_ == CBORTokenTag::ENVELOPE); in GetEnvelope()
571 assert(token_tag_ == CBORTokenTag::ENVELOPE); in GetEnvelopeContents()
662 case kInitialByteForEnvelope: { // ENVELOPE in ReadNextToken()
685 SetToken(CBORTokenTag::ENVELOPE, static_cast<size_t>(token_byte_length)); in ReadNextToken()
821 assert(tokenizer->TokenTag() == CBORTokenTag::ENVELOPE); in ParseEnvelope()
873 case CBORTokenTag::ENVELOPE: in ParseValue()
1019 if (tokenizer.TokenTag() != CBORTokenTag::ENVELOPE) in AppendString8EntryToCBORMap()
H A Dprotocol_core.cc79 if (tokenizer->TokenTag() == cbor::CBORTokenTag::ENVELOPE) in Deserialize()
274 if (state->tokenizer()->TokenTag() != cbor::CBORTokenTag::ENVELOPE) { in Deserialize()
H A Dcbor.h182 ENVELOPE, member in v8_crdtp::cbor::CBORTokenTag
215 // Can only be called if TokenTag() == CBORTokenTag::ENVELOPE.
245 // To be called only if ::TokenTag() == CBORTokenTag::ENVELOPE.
252 // To be called only if ::TokenTag() == CBORTokenTag::ENVELOPE.
H A Ddispatch.cc102 assert(tokenizer.TokenTag() == cbor::CBORTokenTag::ENVELOPE); in Dispatchable()
238 if (tokenizer->TokenTag() != cbor::CBORTokenTag::ENVELOPE) { in MaybeParseParams()
H A Dprotocol_core.h148 if (tokenizer->TokenTag() == cbor::CBORTokenTag::ENVELOPE) in Deserialize()
H A Ddispatch_test.cc231 ASSERT_EQ(cbor::CBORTokenTag::ENVELOPE, params_tokenizer.TokenTag()); in TEST()
H A Dcbor_test.cc650 ASSERT_EQ(CBORTokenTag::ENVELOPE, tokenizer.TokenTag()); in TEST()
664 ASSERT_EQ(CBORTokenTag::ENVELOPE, tokenizer.TokenTag()); in TEST()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc653 assert(token_tag_ == CBORTokenTag::ENVELOPE); in EnterEnvelope()
707 assert(token_tag_ == CBORTokenTag::ENVELOPE); in GetEnvelopeContents()
798 case kInitialByteForEnvelope: { // ENVELOPE in ReadNextToken()
821 SetToken(CBORTokenTag::ENVELOPE, static_cast<size_t>(token_byte_length)); in ReadNextToken()
960 if (tokenizer->TokenTag() == CBORTokenTag::ENVELOPE) in ParseValue()
1095 assert(tokenizer.TokenTag() == CBORTokenTag::ENVELOPE); in ParseCBOR()
1128 if (tokenizer.TokenTag() != CBORTokenTag::ENVELOPE) in AppendString8EntryToCBORMapTmpl()
H A Dencoding.h326 ENVELOPE, member in v8_inspector_protocol_encoding::cbor::CBORTokenTag
359 // Can only be called if TokenTag() == CBORTokenTag::ENVELOPE.
389 // To be called only if ::TokenTag() == CBORTokenTag::ENVELOPE.

Completed in 13 milliseconds