Home
last modified time | relevance | path

Searched refs:Http2FrameTypeString (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe.cc435 std::string Http2FrameTypeString(uint8_t frame_type) { in Http2FrameTypeString() function
459 return absl::StrCat("{", Http2FrameTypeString(type), ": flags=", flags, in ToString()