Searched refs:GRPC_ARG_ENABLE_RETRIES (Results 1 – 10 of 10) sorted by relevance
54 arg.key = const_cast<char*>(GRPC_ARG_ENABLE_RETRIES); in create_proxy_client()
334 #define GRPC_ARG_ENABLE_RETRIES "grpc.enable_retries" macro
381 #define GRPC_ARG_ENABLE_RETRIES "grpc.enable_retries" macro
143 args[1].key = const_cast<char*>(GRPC_ARG_ENABLE_RETRIES); in test_retry_disabled()
252 args[@GRPC_ARG_ENABLE_RETRIES] = [NSNumber numberWithInt:0];
700 arg = grpc_channel_args_find(args->channel_args, GRPC_ARG_ENABLE_RETRIES); in cc_init_channel_elem()
119 pub const GRPC_ARG_ENABLE_RETRIES: &'static [u8; 20usize] = b"grpc.enable_retries\0"; constant
1841 grpc_channel_args_find(args, GRPC_ARG_ENABLE_RETRIES), true); in GetEnableRetries()