Home
last modified time | relevance | path

Searched refs:CBOR_TRAILING_JUNK (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dstatus_test.cc19 Status cbor_error(Error::CBOR_TRAILING_JUNK, 21); in TEST()
H A Dstatus.cc77 case Error::CBOR_TRAILING_JUNK: in Message()
H A Dstatus.h57 CBOR_TRAILING_JUNK = 0x1f, member in v8_crdtp::Error
H A Ddispatch.cc160 status_ = Status{Error::CBOR_TRAILING_JUNK, tokenizer.Status().pos}; in Dispatchable()
H A Dcbor.cc1002 out->HandleError(Status{Error::CBOR_TRAILING_JUNK, tokenizer.Status().pos}); in ParseCBOR()
H A Dcbor_test.cc1223 EXPECT_THAT(status, StatusIs(Error::CBOR_TRAILING_JUNK, error_pos)); in TEST()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.h109 CBOR_TRAILING_JUNK = 0x1c, member in v8_inspector_protocol_encoding::Error
H A Dencoding.cc78 case Error::CBOR_TRAILING_JUNK: in ToASCIIString()
1110 out->HandleError(Status{Error::CBOR_TRAILING_JUNK, tokenizer.Status().pos}); in ParseCBOR()
H A Dencoding_test.cc133 Status cbor_error(Error::CBOR_TRAILING_JUNK, 21); in TEST()
1193 EXPECT_EQ(Error::CBOR_TRAILING_JUNK, status.error); in TEST()

Completed in 14 milliseconds