Home
last modified time | relevance | path

Searched defs:Http2ErrorCodeToString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/
H A Dhttp2_constants.cc95 std::string Http2ErrorCodeToString(uint32_t v) { in Http2ErrorCodeToString() function
128 std::string Http2ErrorCodeToString(Http2ErrorCode v) { in Http2ErrorCodeToString() function
H A Dhttp2_constants_test.cc163 TEST(Http2ConstantsTest, Http2ErrorCodeToString) { in TEST() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dhttp2_protocol.cc50 absl::string_view Http2ErrorCodeToString(Http2ErrorCode error_code) { in Http2ErrorCodeToString() function