Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe.h80 struct Http2ContinuationFrame { struct
85 bool operator==(const Http2ContinuationFrame& other) const { argument
Dframe.cc118 size_t operator()(const Http2ContinuationFrame&) { return 0; } in operator ()()