HomeSort by relevance Sort by last modified time
    Searched refs:grpc_arg (Results 126 - 150 of 152) sorted by null

1 2 3 4 56 7

  /external/grpc-grpc/test/cpp/client/
client_channel_stress_test.cc 232 grpc_arg fake_addresses = grpc_lb_addresses_create_channel_arg(addresses);
  /external/grpc-grpc/test/core/end2end/tests/
max_concurrent_streams.cc 194 grpc_arg server_arg;
441 grpc_arg server_arg;
637 grpc_arg server_arg;
resource_quota_server.cc 119 grpc_arg arg;
retry_streaming.cc 136 grpc_arg arg;
retry_streaming_after_commit.cc 129 grpc_arg arg;
retry_streaming_succeeds_before_replay_finished.cc 130 grpc_arg arg;
workaround_cronet_compression.cc 146 grpc_arg arg;
call_creds.cc 51 grpc_arg fail_auth_arg = {
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_call_create.cc 343 static grpc_arg StringArg(const char* key, const char* value) {
344 grpc_arg a;
508 std::vector<grpc_arg> args;
  /external/grpc-grpc/src/csharp/ext/
grpc_csharp_ext.c 446 args->args = (grpc_arg*)gpr_malloc(sizeof(grpc_arg) * num_args);
447 memset(args->args, 0, sizeof(grpc_arg) * num_args);
    [all...]
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
pick_first.cc 337 const grpc_arg* arg = grpc_channel_args_find(&args, GRPC_ARG_LB_ADDRESSES);
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
subchannel_list.h 510 grpc_arg addr_arg =
  /external/grpc-grpc/src/core/lib/security/transport/
security_handshaker.cc 197 grpc_arg auth_context_arg = grpc_auth_context_to_arg(h->auth_context);
  /external/grpc-grpc/test/core/end2end/
goaway_server_test.cc 179 grpc_arg arg_array[1];
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
round_robin.cc 667 const grpc_arg* arg = grpc_channel_args_find(&args, GRPC_ARG_LB_ADDRESSES);
  /external/grpc-grpc/src/core/lib/iomgr/
udp_server.cc 201 const grpc_arg* arg = grpc_channel_args_find(args, GRPC_ARG_SOCKET_FACTORY);
  /external/grpc-grpc/src/core/lib/surface/
channel.cc 202 grpc_arg new_args[1];
  /external/grpc-grpc/src/php/ext/grpc/
channel.c 111 args->args = ecalloc(args->num_args, sizeof(grpc_arg));
  /external/grpc-grpc/test/core/end2end/fixtures/
http_proxy_fixture.cc 424 const grpc_arg* proxy_auth_arg = grpc_channel_args_find(
  /external/grpc-grpc/test/core/iomgr/
tcp_server_posix_test.cc 430 grpc_arg chan_args[1];
  /external/grpc-grpc/test/core/end2end/fuzzers/
api_fuzzer.cc 145 grpc_arg* args = static_cast<grpc_arg*>(gpr_malloc(sizeof(*args) * n));
    [all...]
  /external/grpc-grpc/test/cpp/end2end/
grpclb_end2end_test.cc 511 grpc_arg fake_addresses = grpc_lb_addresses_create_channel_arg(addresses);
522 grpc_arg fake_addresses = grpc_lb_addresses_create_channel_arg(addresses);
    [all...]
client_lb_end2end_test.cc 168 const grpc_arg fake_addresses =
    [all...]
  /external/grpc-grpc/src/core/ext/transport/inproc/
inproc_transport.cc     [all...]
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h 326 typedef grpc_arg(*grpc_ssl_session_cache_create_channel_arg_type)(grpc_ssl_session_cache* cache);
    [all...]

Completed in 1696 milliseconds

1 2 3 4 56 7