Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_parser.h235 struct InterSliceState { struct
236 HPackTable hpack_table;
238 HpackParseResult frame_error;
240 uint32_t frame_length = 0;
242 uint32_t string_length;
244 RandomEarlyDetection metadata_early_detection;
246 bool add_to_table;
248 bool is_string_huff_compressed;
250 bool is_binary_header;
252 uint8_t dynamic_table_updates_allowed;
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h229 struct InterSliceState { struct
230 HPackTable hpack_table;
232 HpackParseResult frame_error;
234 uint32_t frame_length = 0;
236 uint32_t string_length;
238 uint8_t dynamic_table_updates_allowed;
240 ParseState parse_state = ParseState::kTop;
242 RandomEarlyDetection metadata_early_detection;
244 bool add_to_table;
246 bool is_string_huff_compressed;
[all …]