HomeSort by relevance Sort by last modified time
    Searched refs:GRPC_ARG_ENABLE_RETRIES (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/test/core/end2end/fixtures/
h2_proxy.cc 54 arg.key = const_cast<char*>(GRPC_ARG_ENABLE_RETRIES);
  /external/grpc-grpc/include/grpc/impl/codegen/
grpc_types.h 334 #define GRPC_ARG_ENABLE_RETRIES "grpc.enable_retries"
  /external/grpc-grpc/test/core/end2end/tests/
retry_disabled.cc 97 // GRPC_ARG_ENABLE_RETRIES channel arg, even when there is retry
143 args[1].key = const_cast<char*>(GRPC_ARG_ENABLE_RETRIES);
  /external/grpc-grpc/src/objective-c/GRPCClient/private/
GRPCHost.m 252 args[@GRPC_ARG_ENABLE_RETRIES] = [NSNumber numberWithInt:0];
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel.cc 700 arg = grpc_channel_args_find(args->channel_args, GRPC_ARG_ENABLE_RETRIES);
    [all...]

Completed in 76 milliseconds