Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe.h81 struct Http2ContinuationFrame { struct
86 bool operator==(const Http2ContinuationFrame& other) const { argument
H A Dframe.cc120 size_t operator()(const Http2ContinuationFrame&) { return 0; } in operator ()()