Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc216 static void add_nothing(grpc_chttp2_hpack_compressor* c, grpc_mdelem elem, in add_nothing() function
534 should_add_elem ? add_elem : add_nothing; in hpack_enc()
566 should_add_elem ? add_elem : (should_add_key ? add_key : add_nothing); in hpack_enc()