#include "src/core/lib/channel/channel_args.h"

Go to the source code of this file.
| const grpc_channel_args* grpc_channel_args_compression_algorithm_set_state | ( | const grpc_channel_args ** | a, |
| grpc_compression_algorithm | algorithm, | ||
| int | state | ||
| ) |
Definition at line 58 of file args_utils.cc.
| const grpc_channel_args* grpc_channel_args_set_channel_default_compression_algorithm | ( | const grpc_channel_args * | a, |
| grpc_compression_algorithm | algorithm | ||
| ) |
Definition at line 26 of file args_utils.cc.