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()
708 QUIC_EXPORT_PRIVATE const char* QuicRstStreamErrorCodeToString(
20 const char* QuicRstStreamErrorCodeToString(QuicRstStreamErrorCode error) { in QuicRstStreamErrorCodeToString() function
1705 << QuicRstStreamErrorCodeToString(frame.error_code); in OnRstStreamFrame()
239 dict.Set(QuicRstStreamErrorCodeToString(error), static_cast<int>(error)); in GetNetConstants()
1668 QuicRstStreamErrorCodeToString(expected))) {1669 *result_listener << QuicRstStreamErrorCodeToString(arg);1677 QuicRstStreamErrorCodeToString(QUIC_STREAM_NO_ERROR))) {1678 *result_listener << QuicRstStreamErrorCodeToString(arg);