Home
last modified time | relevance | path

Searched refs:QUIC_LAST_ERROR (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_error_codes.h623 QUIC_LAST_ERROR = 214, enumerator
628 static_assert(static_cast<uint64_t>(QUIC_LAST_ERROR) <=
Dquic_error_codes_test.cc63 for (int internal_error_code = 0; internal_error_code < QUIC_LAST_ERROR; in TEST_F()
Dquic_error_codes.cc287 RETURN_STRING_LITERAL(QUIC_LAST_ERROR); in QuicErrorCodeToString()
797 case QUIC_LAST_ERROR: in QuicErrorCodeToTransportErrorCode()
798 return {false, static_cast<uint64_t>(QUIC_LAST_ERROR)}; in QuicErrorCodeToTransportErrorCode()
Dquic_session.cc429 "quic_server_connection_close_errors", error, QUIC_LAST_ERROR, in RecordConnectionCloseAtServer()
433 "quic_client_connection_close_errors", error, QUIC_LAST_ERROR, in RecordConnectionCloseAtServer()
/external/cronet/net/log/
Dnet_log_util.cc223 error < quic::QUIC_LAST_ERROR; in GetNetConstants()