Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dproxy.h136 class MethodCall1 : public rtc::Message,
140 MethodCall1(C* c, Method m, T1 a1) : c_(c), m_(m), a1_(a1) {} in MethodCall1() function
254 MethodCall1<C, r, t1> call(c_.get(), &C::method, a1);\