Searched refs:ParseCBOR (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor_test.cc | 63 ParseCBOR(SpanFrom(not_a_message), json_writer.get()); in TEST() 772 ParseCBOR(span<uint8_t>(encoded.data(), encoded.size()), json_encoder.get()); in TEST() 792 ParseCBOR(span<uint8_t>(encoded.data(), encoded.size()), json_writer.get()); in TEST() 824 ParseCBOR(SpanFrom(encoded), json_writer.get()); in TEST() 831 // cbor::ParseCBOR - for receiving streaming parser events for CBOR messages 843 ParseCBOR(span<uint8_t>(in.data(), in.size()), json_writer.get()); in TEST() 867 ParseCBOR(span<uint8_t>(bytes.data(), bytes.size()), json_writer.get()); in TEST() 892 ParseCBOR(span<uint8_t>(bytes.data(), bytes.size()), json_writer.get()); in TEST() 903 ParseCBOR(span<uint8_t>(in.data(), in.size()), json_writer.get()); in TEST() 919 ParseCBOR(spa in TEST() [all...] |
H A D | cbor.h | 201 // easier to implement one (e.g. ParseCBOR, above). It can also be used to parse 273 // cbor::ParseCBOR - for receiving streaming parser events for CBOR messages 280 void ParseCBOR(span<uint8_t> bytes, ParserHandler* out);
|
H A D | json.cc | 1003 cbor::ParseCBOR(cbor, json_writer.get()); in ConvertCBORToJSONTmpl()
|
H A D | cbor.cc | 779 // cbor::ParseCBOR - for receiving streaming parser events for CBOR messages 984 void ParseCBOR(span<uint8_t> bytes, ParserHandler* out) { in ParseCBOR() function
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding_test.cc | 757 ParseCBOR(span<uint8_t>(encoded.data(), encoded.size()), json_encoder.get()); in TEST() 778 ParseCBOR(span<uint8_t>(encoded.data(), encoded.size()), json_writer.get()); in TEST() 811 ParseCBOR(SpanFrom(encoded), json_writer.get()); in TEST() 819 // cbor::ParseCBOR - for receiving streaming parser events for CBOR messages 831 ParseCBOR(span<uint8_t>(in.data(), in.size()), json_writer.get()); in TEST() 855 ParseCBOR(span<uint8_t>(bytes.data(), bytes.size()), json_writer.get()); in TEST() 880 ParseCBOR(span<uint8_t>(bytes.data(), bytes.size()), json_writer.get()); in TEST() 891 ParseCBOR(span<uint8_t>(in.data(), in.size()), json_writer.get()); in TEST() 905 ParseCBOR(SpanFrom(json), json_writer.get()); in TEST() 921 ParseCBOR(spa in TEST() [all...] |
H A D | encoding.h | 136 // See cbor::NewCBOREncoder, cbor::ParseCBOR, json::NewJSONEncoder, 345 // easier to implement one (e.g. ParseCBOR, above). It can also be used to parse 406 // cbor::ParseCBOR - for receiving streaming parser events for CBOR messages 413 void ParseCBOR(span<uint8_t> bytes, StreamingParserHandler* out);
|
H A D | encoding.cc | 915 // cbor::ParseCBOR - for receiving streaming parser events for CBOR messages 1079 void ParseCBOR(span<uint8_t> bytes, StreamingParserHandler* out) { in ParseCBOR() function 2146 cbor::ParseCBOR(cbor, json_writer.get()); in ConvertCBORToJSONTmpl()
|
Completed in 13 milliseconds