Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dproxy.h239 class MethodCall3 : public rtc::Message,
243 MethodCall3(C* c, Method m, T1 a1, T2 a2, T3 a3) in MethodCall3() function
362 MethodCall3<C, r, t1, t2, t3> call(c_.get(), &C::method, a1, a2, a3); \