Searched refs:QUIC_LAST_ERROR (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/base/
H A Dnet_log_logger.cc136 error < net::QUIC_LAST_ERROR;
/external/chromium_org/net/quic/
H A Dquic_utils.cc217 RETURN_STRING_LITERAL(QUIC_LAST_ERROR);
H A Dquic_protocol.h389 // To add a new error code, use the current value of QUIC_LAST_ERROR and
390 // increment QUIC_LAST_ERROR.
534 QUIC_LAST_ERROR = 65, enumerator in enum:net::QuicErrorCode
H A Dquic_framer.cc1581 if (error_code >= QUIC_LAST_ERROR ||
1607 if (error_code >= QUIC_LAST_ERROR ||

Completed in 132 milliseconds