Searched refs:EncodeInitialByte (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| D | cbor.cc | 38 constexpr uint8_t EncodeInitialByte(MajorType type, uint8_t additional_info) { in EncodeInitialByte() function 49 EncodeInitialByte(MajorType::TAG, 24); 54 EncodeInitialByte(MajorType::BYTE_STRING, 26); 59 EncodeInitialByte(MajorType::ARRAY, 31); 61 EncodeInitialByte(MajorType::MAP, 31); 65 EncodeInitialByte(MajorType::SIMPLE_VALUE, 31); 69 EncodeInitialByte(MajorType::SIMPLE_VALUE, 21); 71 EncodeInitialByte(MajorType::SIMPLE_VALUE, 20); 73 EncodeInitialByte(MajorType::SIMPLE_VALUE, 22); 75 EncodeInitialByte(MajorType::SIMPLE_VALUE, 27); [all …]
|
| /third_party/node/tools/inspector_protocol/encoding/ |
| D | encoding.cc | 118 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/ |
| 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 …]
|