Searched refs:MethodCall2 (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | proxy.h | 178 class MethodCall2 : public rtc::Message, 182 MethodCall2(C* c, Method m, T1 a1, T2 a2) : c_(c), m_(m), a1_(a1), a2_(a2) {} in MethodCall2() function 266 MethodCall2<C, r, t1, t2> call(c_.get(), &C::method, a1, a2);\
|