Home
last modified time | relevance | path

Searched refs:CreateChannelInternal (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/src/cpp/client/
Dcreate_channel_posix.cc37 return CreateChannelInternal( in CreateInsecureChannelFromFd()
49 return CreateChannelInternal( in CreateCustomInsecureChannelFromFd()
67 return CreateChannelInternal( in CreateCustomInsecureChannelWithInterceptorsFromFd()
Dcreate_channel.cc43 : grpc::CreateChannelInternal( in CreateCustomChannel()
76 : grpc::CreateChannelInternal( in CreateCustomChannelWithInterceptors()
Dcreate_channel_internal.h32 std::shared_ptr<Channel> CreateChannelInternal(
Dcreate_channel_internal.cc27 std::shared_ptr<Channel> CreateChannelInternal( in CreateChannelInternal() function
Dinsecure_credentials.cc47 return ::grpc::CreateChannelInternal( in CreateChannelWithInterceptors()
Dcronet_credentials.cc50 return CreateChannelInternal( in CreateChannelWithInterceptors()
Dsecure_credentials.cc69 return ::grpc::CreateChannelInternal( in CreateChannelWithInterceptors()
/third_party/grpc/include/grpcpp/
Dchannel.h40 std::shared_ptr<Channel> CreateChannelInternal(
77 friend std::shared_ptr<Channel> grpc::CreateChannelInternal(
Dchannel_impl.h40 std::shared_ptr<::grpc_impl::Channel> CreateChannelInternal(
79 friend std::shared_ptr<Channel> grpc::CreateChannelInternal(
/third_party/grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc102 channel_ = ::grpc::CreateChannelInternal( in EndpointPairFixture()
/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h205 channel_ = ::grpc::CreateChannelInternal( in EndpointPairFixture()
Dbm_call_create.cc132 grpc::testing::EchoTestService::NewStub(grpc::CreateChannelInternal( in BM_LameChannelCallCreateCpp()
/third_party/grpc/src/cpp/server/
Dserver_cc.cc999 return grpc::CreateChannelInternal( in InProcessChannel()
1012 return grpc::CreateChannelInternal( in InProcessChannelWithInterceptors()