Searched refs:WriteTokenStart (Results 1 – 5 of 5) sorted by relevance
/third_party/node/tools/inspector_protocol/encoding/ |
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()
|
D | encoding.h | 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 | 274 void WriteTokenStart(MajorType type, 279 void WriteTokenStart(MajorType type, uint64_t value, std::string* encoded) { 328 internals::WriteTokenStart(MajorType::UNSIGNED, value, out); 331 internals::WriteTokenStart(MajorType::NEGATIVE, representation, out); 344 internals::WriteTokenStart(MajorType::BYTE_STRING, byte_length, out); 368 internals::WriteTokenStart(MajorType::STRING, 417 internals::WriteTokenStart(MajorType::STRING, 432 internals::WriteTokenStart(MajorType::BYTE_STRING, byte_length, out);
|
D | encoding_h.template | 443 void WriteTokenStart(cbor::MajorType type, 446 void WriteTokenStart(cbor::MajorType type,
|