Home
last modified time | relevance | path

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

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