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

  /external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
channel_create.cc 80 static grpc_client_channel_factory client_channel_factory = { variable
97 grpc_client_channel_factory_create_channel_arg(&client_channel_factory);
101 &client_channel_factory, target, GRPC_CLIENT_CHANNEL_TYPE_REGULAR,
  /external/grpc-grpc/src/core/ext/filters/client_channel/
lb_policy.h 25 #include "src/core/ext/filters/client_channel/client_channel_factory.h"
56 grpc_client_channel_factory* client_channel_factory = nullptr; member in struct:grpc_core::LoadBalancingPolicy::Args
183 grpc_client_channel_factory* client_channel_factory() const { function in class:grpc_core::LoadBalancingPolicy
client_channel.cc 94 grpc_client_channel_factory* client_channel_factory; member in struct:client_channel_channel_data
389 lb_policy_args.client_channel_factory = chand->client_channel_factory;
715 chand->client_channel_factory =
    [all...]
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
secure_channel_create.cc 193 static grpc_client_channel_factory client_channel_factory = { variable
215 grpc_client_channel_factory_create_channel_arg(&client_channel_factory),
221 &client_channel_factory, target, GRPC_CLIENT_CHANNEL_TYPE_REGULAR,

Completed in 79 milliseconds