Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe.h133 struct Http2GoawayFrame { struct
138 bool operator==(const Http2GoawayFrame& other) const { argument
H A Dframe.cc126 size_t operator()(const Http2GoawayFrame&) { return 8; } in operator ()()