Home
last modified time | relevance | path

Searched refs:HTTP3_NO_ERROR (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_error_codes_test.cc109 {static_cast<uint64_t>(QuicHttp3ErrorCode::HTTP3_NO_ERROR), in TEST_F()
H A Dquic_error_codes.cc732 return static_cast<uint64_t>(QuicHttp3ErrorCode::HTTP3_NO_ERROR); in RstStreamErrorCodeToIetfResetStreamErrorCode()
746 return static_cast<uint64_t>(QuicHttp3ErrorCode::HTTP3_NO_ERROR); in RstStreamErrorCodeToIetfResetStreamErrorCode()
817 case static_cast<uint64_t>(QuicHttp3ErrorCode::HTTP3_NO_ERROR): in IetfResetStreamErrorCodeToRstStreamErrorCode()
H A Dquic_error_codes.h628 HTTP3_NO_ERROR = 0x100, enumerator