Searched defs:set_call (Results 1 – 9 of 9) sorted by relevance
82 void ClientContext::set_call(grpc_call* call, in set_call() function in grpc::ClientContext
116 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
129 template <class... Args> static void set_call(CallType type) { in set_call() function
136 constexpr void set_call(CallType type) { in set_call() function
415 void set_call(grpc_call* 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