Searched refs:c_channel (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/cpp/client/ |
D | create_channel_internal.cc | 28 grpc_channel* c_channel) { in CreateChannelInternal() argument 29 return std::shared_ptr<Channel>(new Channel(host, c_channel)); in CreateChannelInternal()
|
D | create_channel_internal.h | 32 grpc_channel* c_channel);
|
/external/grpc-grpc/include/grpcpp/ |
D | channel.h | 65 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/ |
D | channel.pyx.pxi | 205 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)
|
D | channel.pxd.pxi | 34 cdef grpc_channel *c_channel 40 # field and just use the NULLness of c_channel as an indication that the
|