Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe.h67 struct Http2HeaderFrame { struct
73 bool operator==(const Http2HeaderFrame& other) const { argument
H A Dframe.cc119 size_t operator()(const Http2HeaderFrame&) { return 0; } in operator ()()