Searched refs:rpc_options (Results 1 – 7 of 7) sorted by relevance
59 ::grpc::ChannelArguments GetChannelArguments(const RPCOptions* rpc_options) { in GetChannelArguments() argument66 if (rpc_options != nullptr) { in GetChannelArguments()67 if (rpc_options->compression_algorithm() == "deflate") { in GetChannelArguments()70 rpc_options->compression_level()); in GetChannelArguments()72 << rpc_options->compression_algorithm() in GetChannelArguments()73 << "' level=" << rpc_options->compression_level(); in GetChannelArguments()74 } else if (rpc_options->compression_algorithm() == "gzip") { in GetChannelArguments()77 rpc_options->compression_level()); in GetChannelArguments()79 << rpc_options->compression_algorithm() in GetChannelArguments()80 << "' level=" << rpc_options->compression_level(); in GetChannelArguments()[all …]
90 ::grpc::ChannelArguments GetChannelArguments(const RPCOptions* rpc_options);97 const RPCOptions* rpc_options,
51 if (!options.config.rpc_options().use_rpc_for_inprocess_master()) { in Create()58 &options.config.rpc_options(), &master_channel)); in Create()
1073 RPCOptions* rpc_options = options.config.mutable_rpc_options(); in TEST() local1074 rpc_options->set_compression_algorithm("deflate"); in TEST()1075 rpc_options->set_compression_level(GRPC_COMPRESS_LEVEL_HIGH); in TEST()
82 name: "rpc_options"
120 return config_pb2.ConfigProto(rpc_options=config_pb2.RPCOptions(
403 RPCOptions rpc_options = 13; field