Home
last modified time | relevance | path

Searched refs:c_channel (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/cpp/client/
Dcreate_channel_internal.cc28 const std::string& host, grpc_channel* c_channel, in CreateChannelInternal() argument
33 new Channel(host, c_channel, std::move(interceptor_creators))); in CreateChannelInternal()
Dcreate_channel_internal.h33 const std::string& host, grpc_channel* c_channel,
/third_party/grpc/include/grpcpp/
Dchannel.h41 const std::string& host, grpc_channel* c_channel,
78 const std::string& host, grpc_channel* c_channel,
83 Channel(const std::string& host, grpc_channel* c_channel,
Dchannel_impl.h41 const std::string& host, grpc_channel* c_channel,
80 const std::string& host, grpc_channel* c_channel,
85 Channel(const std::string& host, grpc_channel* c_channel,
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi227 channel_state.c_channel, NULL, flags,
381 state.c_channel, last_observed_state, _timespec_from_time(deadline),
426 grpc_channel_destroy(state.c_channel)
427 state.c_channel = NULL
433 while state.c_channel != NULL:
456 self._state.c_channel = grpc_insecure_channel_create(
460 self._state.c_channel = grpc_secure_channel_create(
467 c_target = grpc_channel_get_target(self._state.c_channel)
506 self._state.c_channel, try_to_connect)
Dchannel.pxd.pxi34 cdef grpc_channel *c_channel
40 # field and just use the NULLness of c_channel as an indication that the