Searched defs:Http2ErrorCodeToString (Results 1 – 3 of 3) sorted by relevance
95 std::string Http2ErrorCodeToString(uint32_t v) { in Http2ErrorCodeToString() function128 std::string Http2ErrorCodeToString(Http2ErrorCode v) { in Http2ErrorCodeToString() function
163 TEST(Http2ConstantsTest, Http2ErrorCodeToString) { in TEST() argument
50 absl::string_view Http2ErrorCodeToString(Http2ErrorCode error_code) { in Http2ErrorCodeToString() function