Lines Matching defs:dispatcher
19 class Dispatcher;
25 typedef InterfaceProxy* (*Factory)(Dispatcher* dispatcher);
32 // getting the proxied interface on the source side (see dispatcher.h for
47 Dispatcher* dispatcher() const { return dispatcher_; }
56 // Creates the given interface associated with the given dispatcher. The
57 // dispatcher manages our lifetime.
58 InterfaceProxy(Dispatcher* dispatcher);
61 Dispatcher* dispatcher_;