Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe.h54 struct Http2DataFrame { struct
59 bool operator==(const Http2DataFrame& other) const { argument
Dframe.cc116 size_t operator()(const Http2DataFrame&) { return 0; } in operator ()()