Searched refs:dynidx (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.cc | 626 static uint32_t dynidx(grpc_chttp2_hpack_compressor* c, uint32_t elem_index) { in dynidx() function 657 emit_indexed(c, dynidx(c, indices_key), st); in maybe_emit_indexed() 670 emit_lithdr<EmitLitHdrType::INC_IDX>(c, dynidx(c, indices_key), elem, st); in emit_maybe_add() 673 emit_lithdr<EmitLitHdrType::NO_IDX>(c, dynidx(c, indices_key), elem, st); in emit_maybe_add()
|