Searched refs:MajorType (Results 1 – 5 of 5) sorted by relevance
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding.cc | 118 constexpr uint8_t EncodeInitialByte(MajorType type, uint8_t additional_info) { in EncodeInitialByte() 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 …]
|
D | encoding.h | 332 enum class MajorType { enum 401 MajorType token_start_type_; 431 cbor::MajorType* type, 434 void WriteTokenStart(cbor::MajorType type, 437 void WriteTokenStart(cbor::MajorType type,
|
D | encoding_test.cc | 268 internals::WriteTokenStart(MajorType::UNSIGNED, 0xdeadbeef, &encoded); in TEST() 1162 internals::WriteTokenStart(MajorType::UNSIGNED, in TEST() 1185 internals::WriteTokenStart(MajorType::UNSIGNED, in TEST()
|
/third_party/node/tools/inspector_protocol/lib/ |
D | encoding_cpp.template | 126 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 …]
|
D | encoding_h.template | 341 enum class MajorType { 410 MajorType token_start_type_; 440 cbor::MajorType* type, 443 void WriteTokenStart(cbor::MajorType type, 446 void WriteTokenStart(cbor::MajorType type,
|