Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/client/
Dcreate_channel_internal.cc28 grpc_channel* c_channel) { in CreateChannelInternal() argument
29 return std::shared_ptr<Channel>(new Channel(host, c_channel)); in CreateChannelInternal()
Dcreate_channel_internal.h32 grpc_channel* c_channel);
/external/grpc-grpc/include/grpcpp/
Dchannel.h65 const grpc::string& host, grpc_channel* c_channel);
66 Channel(const grpc::string& host, grpc_channel* c_channel);
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi205 channel_state.c_channel, NULL, flags,
346 state.c_channel, last_observed_state, _timespec_from_time(deadline),
393 grpc_channel_destroy(state.c_channel)
394 state.c_channel = NULL
400 while state.c_channel != NULL:
423 self._state.c_channel = grpc_insecure_channel_create(
427 self._state.c_channel = grpc_secure_channel_create(
439 c_target = grpc_channel_get_target(self._state.c_channel)
473 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