Home
last modified time | relevance | path

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

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