Home
last modified time | relevance | path

Searched refs:WriteTokenStart (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.cc155 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 Dcbor.h298 void WriteTokenStart(cbor::MajorType type,
H A Dcbor_test.cc223 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 Dencoding.cc266 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 Dencoding.h434 void WriteTokenStart(cbor::MajorType type,
437 void WriteTokenStart(cbor::MajorType type,
H A Dencoding_test.cc268 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