Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe.h132 struct Http2GoawayFrame { struct
137 bool operator==(const Http2GoawayFrame& other) const { argument
Dframe.cc124 size_t operator()(const Http2GoawayFrame&) { return 8; } in operator ()()