Home
last modified time | relevance | path

Searched refs:grpc_chttp2_ping_parser (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dframe_ping.cc64 grpc_chttp2_ping_parser* parser, uint32_t length, uint8_t flags) { in grpc_chttp2_ping_parser_begin_frame()
83 grpc_chttp2_ping_parser* p = static_cast<grpc_chttp2_ping_parser*>(parser); in grpc_chttp2_ping_parser_parse()
Dframe_ping.h31 struct grpc_chttp2_ping_parser { struct
39 grpc_chttp2_ping_parser* parser, uint32_t length, uint8_t flags); argument
Dinternal.h362 grpc_chttp2_ping_parser ping;
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe_ping.cc69 grpc_chttp2_ping_parser* parser, uint32_t length, uint8_t flags) { in grpc_chttp2_ping_parser_begin_frame()
88 grpc_chttp2_ping_parser* p = static_cast<grpc_chttp2_ping_parser*>(parser); in grpc_chttp2_ping_parser_parse()
H A Dframe_ping.h31 struct grpc_chttp2_ping_parser { struct
39 grpc_chttp2_ping_parser* parser, uint32_t length, uint8_t flags); argument
H A Dinternal.h389 grpc_chttp2_ping_parser ping;