Home
last modified time | relevance | path

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

/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc118 constexpr uint8_t EncodeInitialByte(MajorType type, uint8_t additional_info) { in EncodeInitialByte() function
129 EncodeInitialByte(MajorType::TAG, 24);
134 EncodeInitialByte(MajorType::BYTE_STRING, 26);
139 EncodeInitialByte(MajorType::ARRAY, 31);
141 EncodeInitialByte(MajorType::MAP, 31);
145 EncodeInitialByte(MajorType::SIMPLE_VALUE, 31);
149 EncodeInitialByte(MajorType::SIMPLE_VALUE, 21);
151 EncodeInitialByte(MajorType::SIMPLE_VALUE, 20);
153 EncodeInitialByte(MajorType::SIMPLE_VALUE, 22);
155 EncodeInitialByte(MajorType::SIMPLE_VALUE, 27);
[all …]
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template126 constexpr uint8_t EncodeInitialByte(MajorType type, uint8_t additional_info) {
137 EncodeInitialByte(MajorType::TAG, 24);
142 EncodeInitialByte(MajorType::BYTE_STRING, 26);
147 EncodeInitialByte(MajorType::ARRAY, 31);
149 EncodeInitialByte(MajorType::MAP, 31);
153 EncodeInitialByte(MajorType::SIMPLE_VALUE, 31);
157 EncodeInitialByte(MajorType::SIMPLE_VALUE, 21);
159 EncodeInitialByte(MajorType::SIMPLE_VALUE, 20);
161 EncodeInitialByte(MajorType::SIMPLE_VALUE, 22);
163 EncodeInitialByte(MajorType::SIMPLE_VALUE, 27);
[all …]