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

  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
grpclb_channel_secure.cc 70 const char* args_to_remove[1]; local
96 args_to_remove[num_args_to_remove++] = GRPC_ARG_CHANNEL_CREDENTIALS;
101 args, args_to_remove, num_args_to_remove, args_to_add, num_args_to_add);
grpclb.cc 960 static const char* args_to_remove[] = { local
1303 static const char* args_to_remove[] = {GRPC_ARG_LB_POLICY_NAME}; local
    [all...]
  /external/grpc-grpc/src/core/lib/security/credentials/google_default/
google_default_credentials.cc 102 static const char* args_to_remove[] = { local
107 args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), nullptr, 0);
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
dns_resolver_ares.cc 303 static const char* args_to_remove[2]; local
317 args_to_remove[num_args_to_remove++] = GRPC_ARG_SERVICE_CONFIG;
326 args_to_remove[num_args_to_remove++] = GRPC_ARG_LB_POLICY_NAME;
335 r->channel_args_, args_to_remove, num_args_to_remove, new_args,

Completed in 252 milliseconds