Searched defs:set_call (Results 1 – 4 of 4) sorted by relevance
82 void ClientContext::set_call(grpc_call* call, in set_call() function in grpc::ClientContext
284 void set_call(grpc_call* call) { call_ = call; } in set_call() function
72 template <class... Args> static void set_call(CallType type) { in set_call() function
166 static void set_call(CallType type) { in set_call() function