Home
last modified time | relevance | path

Searched defs:hpack_table (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_parser.h113 HPackTable* hpack_table() { return &state_.hpack_table; } in hpack_table() function
236 HPackTable hpack_table; member
H A Dhpack_encoder.h403 inline HPackEncoderTable& Encoder::hpack_table() { return compressor_->table_; } in hpack_table() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h107 HPackTable* hpack_table() { return &state_.hpack_table; } in hpack_table() function
230 HPackTable hpack_table; member
Dhpack_encoder.h394 inline HPackEncoderTable& Encoder::hpack_table() { return compressor_->table_; } in hpack_table() function