Home
last modified time | relevance | path

Searched refs:GetEnvelopeContents (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.cc520 // ::GetString8, ::GetString16WireRep, ::GetBinary, ::GetEnvelopeContents
570 span<uint8_t> CBORTokenizer::GetEnvelopeContents() const { in GetEnvelopeContents() function in v8_crdtp::cbor::CBORTokenizer
828 tokenizer->GetEnvelopeContents().size(); in ParseEnvelope()
1021 size_t envelope_size = tokenizer.GetEnvelopeContents().size(); in AppendString8EntryToCBORMap()
1026 (tokenizer.GetEnvelopeContents()[0] != EncodeIndefiniteLengthMapStart())) in AppendString8EntryToCBORMap()
H A Dcbor.h257 span<uint8_t> GetEnvelopeContents() const;
H A Dcbor_test.cc629 // and we test both ::GetEnvelopeContents and GetEnvelope here. in TEST()
654 tokenizer.GetEnvelopeContents().data()); in TEST()
656 tokenizer.GetEnvelopeContents().size()); in TEST()
668 tokenizer.GetEnvelopeContents().data()); in TEST()
670 tokenizer.GetEnvelopeContents().size()); in TEST()
H A Ddispatch.cc110 tokenizer.GetEnvelopeContents().size(); in Dispatchable()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.h390 span<uint8_t> GetEnvelopeContents() const;
H A Dencoding.cc662 // ::GetString8, ::GetString16WireRep, ::GetBinary, ::GetEnvelopeContents
706 span<uint8_t> CBORTokenizer::GetEnvelopeContents() const { in GetEnvelopeContents() function in v8_inspector_protocol_encoding::cbor::CBORTokenizer
1130 size_t envelope_size = tokenizer.GetEnvelopeContents().size(); in AppendString8EntryToCBORMapTmpl()
1135 (tokenizer.GetEnvelopeContents()[0] != EncodeIndefiniteLengthMapStart())) in AppendString8EntryToCBORMapTmpl()

Completed in 15 milliseconds