Home
last modified time | relevance | path

Searched refs:ClosureWithArg (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_callback.cc34 struct ClosureWithArg { in ScheduleOnDone() struct
37 explicit ClosureWithArg(ServerCallbackCall* call_arg) : call(call_arg) { in ScheduleOnDone() argument
41 ClosureWithArg* arg = static_cast<ClosureWithArg*>(void_arg); in ScheduleOnDone()
48 ClosureWithArg* arg = new ClosureWithArg(this); in ScheduleOnDone()
61 struct ClosureWithArg { in CallOnCancel() struct
65 ClosureWithArg(ServerCallbackCall* call_arg, ServerReactor* reactor_arg) in CallOnCancel() argument
70 ClosureWithArg* arg = static_cast<ClosureWithArg*>(void_arg); in CallOnCancel()
78 ClosureWithArg* arg = new ClosureWithArg(this, reactor); in CallOnCancel()
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dclient_callback.cc31 struct ClosureWithArg { in InternalScheduleOnDone() struct
35 ClosureWithArg(ClientReactor* reactor_arg, grpc::Status s) in InternalScheduleOnDone() argument
40 ClosureWithArg* arg = static_cast<ClosureWithArg*>(void_arg); in InternalScheduleOnDone()
47 ClosureWithArg* arg = new ClosureWithArg(this, std::move(s)); in InternalScheduleOnDone()