Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe.h155 struct Http2SecurityFrame { struct
158 bool operator==(const Http2SecurityFrame& other) const { argument
Dframe.cc126 size_t operator()(const Http2SecurityFrame&) { return 0; } in operator ()()