Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc149 HpackEncoderIndex hpack_index) { in UpdateIndex() argument
150 hashtable[hash_index].index = hpack_index; in UpdateIndex()
155 const ValueType& value, HpackEncoderIndex hpack_index) { in SetIndex() argument
157 UpdateIndex(hashtable, hash_index, hpack_index); in SetIndex()