Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dasyncinvoker.h96 template <class ReturnT, class FunctorT, class HostT>
99 void (HostT::*callback)(ReturnT),
100 HostT* callback_host,
103 new RefCountedObject<NotifyingAsyncClosure<ReturnT, FunctorT, HostT> >(
110 template <class ReturnT, class FunctorT, class HostT>
113 void (HostT::*callback)(),
114 HostT* callback_host,
117 new RefCountedObject<NotifyingAsyncClosure<void, FunctorT, HostT> >(
190 template <class ReturnT, class FunctorT, class HostT>
192 void (HostT::*callback)(ReturnT),
[all …]
Dasyncinvoker-inl.h79 template <class ReturnT, class FunctorT, class HostT>
85 void (HostT::*callback)(ReturnT), in NotifyingAsyncClosure()
86 HostT* callback_host) in NotifyingAsyncClosure()
101 void (HostT::*callback_)(ReturnT); variable
102 HostT* callback_host_;
106 template <class FunctorT, class HostT>
107 class NotifyingAsyncClosure<void, FunctorT, HostT>
113 void (HostT::*callback)(), in NotifyingAsyncClosure()
114 HostT* callback_host) in NotifyingAsyncClosure()