Searched refs:ClosureWithArg (Results 1 – 2 of 2) sorted by relevance
34 struct ClosureWithArg { in ScheduleOnDone() struct37 explicit ClosureWithArg(ServerCallbackCall* call_arg) : call(call_arg) { in ScheduleOnDone() argument41 ClosureWithArg* arg = static_cast<ClosureWithArg*>(void_arg); in ScheduleOnDone()48 ClosureWithArg* arg = new ClosureWithArg(this); in ScheduleOnDone()61 struct ClosureWithArg { in CallOnCancel() struct65 ClosureWithArg(ServerCallbackCall* call_arg, ServerReactor* reactor_arg) in CallOnCancel() argument70 ClosureWithArg* arg = static_cast<ClosureWithArg*>(void_arg); in CallOnCancel()78 ClosureWithArg* arg = new ClosureWithArg(this, reactor); in CallOnCancel()
31 struct ClosureWithArg { in InternalScheduleOnDone() struct35 ClosureWithArg(ClientReactor* reactor_arg, grpc::Status s) in InternalScheduleOnDone() argument40 ClosureWithArg* arg = static_cast<ClosureWithArg*>(void_arg); in InternalScheduleOnDone()47 ClosureWithArg* arg = new ClosureWithArg(this, std::move(s)); in InternalScheduleOnDone()