Searched refs:QuicRstStreamErrorCodeToString (Results 1 – 6 of 6) sorted by relevance
104 TEST_F(QuicRstErrorCodesTest, QuicRstStreamErrorCodeToString) { in TEST_F() argument106 QuicRstStreamErrorCodeToString(QUIC_BAD_APPLICATION_PAYLOAD)); in TEST_F()
711 QUICHE_EXPORT const char* QuicRstStreamErrorCodeToString(
20 const char* QuicRstStreamErrorCodeToString(QuicRstStreamErrorCode error) { in QuicRstStreamErrorCodeToString() function
1619 << QuicRstStreamErrorCodeToString(frame.error_code); in OnRstStreamFrame()
1671 QuicRstStreamErrorCodeToString(expected))) {1672 *result_listener << QuicRstStreamErrorCodeToString(arg);1680 QuicRstStreamErrorCodeToString(QUIC_STREAM_NO_ERROR))) {1681 *result_listener << QuicRstStreamErrorCodeToString(arg);
258 dict.Set(QuicRstStreamErrorCodeToString(error), static_cast<int>(error)); in GetNetConstants()