Searched refs:QUIC_LAST_ERROR (Results 1 – 5 of 5) sorted by relevance
623 QUIC_LAST_ERROR = 214, enumerator628 static_assert(static_cast<uint64_t>(QUIC_LAST_ERROR) <=
63 for (int internal_error_code = 0; internal_error_code < QUIC_LAST_ERROR; in TEST_F()
287 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()
429 "quic_server_connection_close_errors", error, QUIC_LAST_ERROR, in RecordConnectionCloseAtServer()433 "quic_client_connection_close_errors", error, QUIC_LAST_ERROR, in RecordConnectionCloseAtServer()
223 error < quic::QUIC_LAST_ERROR; in GetNetConstants()