Searched refs:WriteTokenStart (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor.cc | 155 void WriteTokenStart(MajorType type, in WriteTokenStart() function 250 internals::WriteTokenStart(MajorType::UNSIGNED, value, out); in EncodeInt32() 253 internals::WriteTokenStart(MajorType::NEGATIVE, representation, out); in EncodeInt32() 259 internals::WriteTokenStart(MajorType::BYTE_STRING, byte_length, out); in EncodeString16() 276 internals::WriteTokenStart(MajorType::STRING, in EncodeString8() 311 internals::WriteTokenStart(MajorType::STRING, in EncodeFromUTF16() 319 internals::WriteTokenStart(MajorType::BYTE_STRING, byte_length, out); in EncodeBinary()
|
H A D | cbor.h | 298 void WriteTokenStart(cbor::MajorType type,
|
H A D | cbor_test.cc | 223 internals::WriteTokenStart(MajorType::UNSIGNED, 0xdeadbeef, &encoded); in TEST() 1193 internals::WriteTokenStart(MajorType::UNSIGNED, in TEST() 1216 internals::WriteTokenStart(MajorType::UNSIGNED, in TEST()
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.cc | 266 void WriteTokenStart(MajorType type, in WriteTokenStart() function 271 void WriteTokenStart(MajorType type, uint64_t value, std::string* encoded) { in WriteTokenStart() function 320 internals::WriteTokenStart(MajorType::UNSIGNED, value, out); in EncodeInt32Tmpl() 323 internals::WriteTokenStart(MajorType::NEGATIVE, representation, out); in EncodeInt32Tmpl() 336 internals::WriteTokenStart(MajorType::BYTE_STRING, byte_length, out); in EncodeString16Tmpl() 360 internals::WriteTokenStart(MajorType::STRING, in EncodeString8Tmpl() 409 internals::WriteTokenStart(MajorType::STRING, in EncodeFromUTF16Tmpl() 424 internals::WriteTokenStart(MajorType::BYTE_STRING, byte_length, out); in EncodeBinaryTmpl()
|
H A D | encoding.h | 434 void WriteTokenStart(cbor::MajorType type, 437 void WriteTokenStart(cbor::MajorType type,
|
H A 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()
|
Completed in 13 milliseconds