Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe.h66 struct Http2HeaderFrame { struct
72 bool operator==(const Http2HeaderFrame& other) const { argument
Dframe.cc117 size_t operator()(const Http2HeaderFrame&) { return 0; } in operator ()()