Home
last modified time | relevance | path

Searched refs:QuicRstStreamErrorCodeToString (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_error_codes_test.cc104 TEST_F(QuicRstErrorCodesTest, QuicRstStreamErrorCodeToString) { in TEST_F() argument
106 QuicRstStreamErrorCodeToString(QUIC_BAD_APPLICATION_PAYLOAD)); in TEST_F()
Dquic_error_codes.h708 QUIC_EXPORT_PRIVATE const char* QuicRstStreamErrorCodeToString(
Dquic_error_codes.cc20 const char* QuicRstStreamErrorCodeToString(QuicRstStreamErrorCode error) { in QuicRstStreamErrorCodeToString() function
Dquic_connection.cc1705 << QuicRstStreamErrorCodeToString(frame.error_code); in OnRstStreamFrame()
/external/cronet/net/log/
Dnet_log_util.cc239 dict.Set(QuicRstStreamErrorCodeToString(error), static_cast<int>(error)); in GetNetConstants()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.h1668 QuicRstStreamErrorCodeToString(expected))) {
1669 *result_listener << QuicRstStreamErrorCodeToString(arg);
1677 QuicRstStreamErrorCodeToString(QUIC_STREAM_NO_ERROR))) {
1678 *result_listener << QuicRstStreamErrorCodeToString(arg);