Home
last modified time | relevance | path

Searched defs:QuicErrorCodeToString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_error_codes_test.cc18 TEST_F(QuicErrorCodesTest, QuicErrorCodeToString) { in TEST_F() argument
H A Dquic_error_codes.cc70 const char* QuicErrorCodeToString(QuicErrorCode error) { in QuicErrorCodeToString() function