Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc631 struct EmitIndexedStatus { struct
632 EmitIndexedStatus() = default;
633 EmitIndexedStatus(uint32_t elem_hash, bool emitted, bool can_add) in EmitIndexedStatus() function
640 static EmitIndexedStatus maybe_emit_indexed(grpc_chttp2_hpack_compressor* c, in maybe_emit_indexed() argument
658 return EmitIndexedStatus(elem_hash, true, false); in maybe_emit_indexed()
661 return EmitIndexedStatus(elem_hash, false, in maybe_emit_indexed()
707 const EmitIndexedStatus ret = in hpack_enc()
708 elem_interned ? maybe_emit_indexed(c, elem, st) : EmitIndexedStatus(); in hpack_enc()