Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe.h122 struct Http2PingFrame { struct
126 bool operator==(const Http2PingFrame& other) const { argument
Dframe.cc123 size_t operator()(const Http2PingFrame&) { return 8; } in operator ()()