Searched refs:WebTransportErrorToHttp3 (Results 1 – 4 of 4) sorted by relevance
19 EXPECT_EQ(0x52e4a40fa8dbu, WebTransportErrorToHttp3(0x00)); in TEST()20 EXPECT_EQ(0x52e4a40fa9e2u, WebTransportErrorToHttp3(0xff)); in TEST()21 EXPECT_EQ(0x52e5ac983162u, WebTransportErrorToHttp3(0xffffffff)); in TEST()23 EXPECT_EQ(0x52e4a40fa8f7u, WebTransportErrorToHttp3(0x1c)); in TEST()24 EXPECT_EQ(0x52e4a40fa8f8u, WebTransportErrorToHttp3(0x1d)); in TEST()26 EXPECT_EQ(0x52e4a40fa8fau, WebTransportErrorToHttp3(0x1e)); in TEST()46 uint64_t http_error = WebTransportErrorToHttp3(error); in TEST()53 uint64_t http_error = WebTransportErrorToHttp3(error); in TEST()
190 QUIC_STREAM_CANCELLED, WebTransportErrorToHttp3(error))); in ResetWithUserCode()195 QUIC_STREAM_CANCELLED, WebTransportErrorToHttp3(error))); in SendStopSending()
197 WebTransportErrorToHttp3(WebTransportStreamError webtransport_error_code);
465 uint64_t WebTransportErrorToHttp3( in WebTransportErrorToHttp3() function