Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc529 bool should_add_elem = elem_interned && in hpack_enc() local
534 should_add_elem ? add_elem : add_nothing; in hpack_enc()
537 should_add_elem ? emit_lithdr_incidx : emit_lithdr_noidx; in hpack_enc()
563 emit = (should_add_elem || should_add_key) ? emit_lithdr_incidx_v in hpack_enc()
566 should_add_elem ? add_elem : (should_add_key ? add_key : add_nothing); in hpack_enc()