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

  /external/grpc-grpc/src/core/lib/surface/
channel_stack_type.cc 26 case GRPC_CLIENT_CHANNEL:
44 case GRPC_CLIENT_CHANNEL:
channel_stack_type.h 28 GRPC_CLIENT_CHANNEL,
  /external/grpc-grpc/test/cpp/common/
channel_filter_test.cc 53 "myfilter", GRPC_CLIENT_CHANNEL, INT_MAX, nullptr);
  /external/grpc-grpc/test/core/channel/
channel_stack_builder_test.cc 124 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX,
127 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX,
minimal_stack_is_minimal_test.cc 83 errors += CHECK_STACK(nullptr, &minimal_stack_args, GRPC_CLIENT_CHANNEL,
103 errors += CHECK_STACK(nullptr, nullptr, GRPC_CLIENT_CHANNEL, "client-channel",
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel_plugin.cc 59 GRPC_CLIENT_CHANNEL, GRPC_CHANNEL_INIT_BUILTIN_PRIORITY, append_filter,
  /external/grpc-grpc/src/cpp/ext/filters/census/
grpc_plugin.cc 35 "opencensus_client", GRPC_CLIENT_CHANNEL, INT_MAX /* priority */,
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
channel_create.cc 70 grpc_channel_create(target, new_args, GRPC_CLIENT_CHANNEL, nullptr);
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
secure_channel_create.cc 183 grpc_channel_create(target, new_args, GRPC_CLIENT_CHANNEL, nullptr);
  /external/grpc-grpc/test/core/end2end/tests/
filter_latency.cc 329 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX,
filter_status_code.cc 377 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX,
filter_call_init_fails.cc 492 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX,
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_call_create.cc 708 channel_ = grpc_channel_create_with_builder(builder, GRPC_CLIENT_CHANNEL);

Completed in 486 milliseconds