Searched refs:EncodeInitialByte (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A 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(MajorTyp [all...] |
/third_party/node/tools/inspector_protocol/encoding/ |
H A 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(MajorTyp [all...] |
Completed in 3 milliseconds