Home
last modified time | relevance | path

Searched refs:byte_size_pos_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.cc349 assert(byte_size_pos_ == 0); in EncodeStart()
352 byte_size_pos_ = out->size(); in EncodeStart()
357 assert(byte_size_pos_ != 0); in EncodeStop()
360 uint64_t byte_size = out->size() - (byte_size_pos_ + sizeof(uint32_t)); in EncodeStop()
367 (*out)[byte_size_pos_++] = 0xff & (byte_size >> (shift_bytes * 8)); in EncodeStop()
H A Dcbor.h121 // byte size in |byte_size_pos_|. Also emits empty bytes for the
124 // This records the current size in |out| at position byte_size_pos_.
129 size_t byte_size_pos_ = 0; member in v8_crdtp::cbor::EnvelopeEncoder
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc476 EncodeStartTmpl<std::vector<uint8_t>>(out, &byte_size_pos_); in EncodeStart()
480 EncodeStartTmpl<std::string>(out, &byte_size_pos_); in EncodeStart()
501 return EncodeStopTmpl(out, &byte_size_pos_); in EncodeStop()
505 return EncodeStopTmpl(out, &byte_size_pos_); in EncodeStop()
H A Dencoding.h260 // byte size in |byte_size_pos_|. Also emits empty bytes for the
264 // This records the current size in |out| at position byte_size_pos_.
270 size_t byte_size_pos_ = 0; member in v8_inspector_protocol_encoding::cbor::EnvelopeEncoder

Completed in 12 milliseconds