Home
last modified time | relevance | path

Searched refs:ConvertableToDynamicIndex (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/
Dhpack_encoder.cc334 if (table.ConvertableToDynamicIndex(it->index)) { in EmitTo()
348 !table.ConvertableToDynamicIndex(values_.back().index)) { in EmitTo()
444 if (compressor_->table_.ConvertableToDynamicIndex(*index)) { in EncodeAlwaysIndexed()
455 if (compressor_->table_.ConvertableToDynamicIndex(*index)) { in EncodeIndexedKeyWithBinaryValue()
486 table.ConvertableToDynamicIndex(it->index)) { in EncodeWith()
496 !table.ConvertableToDynamicIndex(previous_timeouts_.back().index)) { in EncodeWith()
Dhpack_encoder.h174 table.ConvertableToDynamicIndex(previously_sent_index_)) { in EncodeWith()
233 if (table.ConvertableToDynamicIndex(*index)) { in EncodeWith()
Dhpack_encoder_table.h62 bool ConvertableToDynamicIndex(uint32_t index) const { in ConvertableToDynamicIndex() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_encoder.cc334 if (table.ConvertableToDynamicIndex(it->index)) { in EmitTo()
348 !table.ConvertableToDynamicIndex(values_.back().index)) { in EmitTo()
444 if (compressor_->table_.ConvertableToDynamicIndex(*index)) { in EncodeAlwaysIndexed()
455 if (compressor_->table_.ConvertableToDynamicIndex(*index)) { in EncodeIndexedKeyWithBinaryValue()
482 if (!table.ConvertableToDynamicIndex(previous.index)) continue; in EncodeWith()
H A Dhpack_encoder.h174 table.ConvertableToDynamicIndex(previously_sent_index_)) { in EncodeWith()
233 if (table.ConvertableToDynamicIndex(*index)) { in EncodeWith()
H A Dhpack_encoder_table.h62 bool ConvertableToDynamicIndex(uint32_t index) const { in ConvertableToDynamicIndex() function