Searched defs:set_call (Results 1 – 3 of 3) sorted by relevance
115 void ClientContext::set_call(grpc_call* call, in set_call() function in grpc::ClientContext
396 void set_call(grpc_call* call) { call_ = call; } in set_call() function
415 void set_call(grpc_call* call) { call_.call = call; } in set_call() function