Home
last modified time | relevance | path

Searched defs:actor_ref (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdactor/td/actor/impl/
H A DEventFull-decl.h44 EventFull(ActorRef actor_ref, Event &&data) : actor_id_(actor_ref.get()), data_(std::move(data)) { in EventFull()
68 static EventFull lambda(ActorRef actor_ref, LambdaT &&lambda) { in lambda()
72 static EventFull yield(ActorRef actor_ref) { in yield()
75 static EventFull raw(ActorRef actor_ref, uint64 data) { in raw()
78 static EventFull raw(ActorRef actor_ref, void *ptr) { in raw()
H A DScheduler-decl.h279 void send_lambda(ActorRef actor_ref, ArgsT &&... args) { in send_lambda()
284 void send_event(ActorRef actor_ref, ArgsT &&... args) { in send_event()
289 void send_event_later(ActorRef actor_ref, ArgsT &&... args) { in send_event_later()
H A DScheduler.h216 void Scheduler::send_lambda(ActorRef actor_ref, EventT &&lambda) { in send_lambda()
231 void Scheduler::send_closure(ActorRef actor_ref, EventT &&closure) { in send_closure()
246 void Scheduler::send(ActorRef actor_ref, Event &&event) { in send()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/usecode/
H A Dusecode.h172 Actor *actor_ref, *actor2_ref; member