Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe.h93 struct Http2RstStreamFrame { struct
97 bool operator==(const Http2RstStreamFrame& other) const { argument
H A Dframe.cc121 size_t operator()(const Http2RstStreamFrame&) { return 4; } in operator ()()