Searched refs:ConstMethodCall1 (Results 1 – 1 of 1) sorted by relevance
196 class ConstMethodCall1 : public rtc::Message,200 ConstMethodCall1(C* c, Method m, T1 a1) : c_(c), m_(m), a1_(a1) {} in ConstMethodCall1() function350 ConstMethodCall1<C, r, t1> call(c_.get(), &C::method, a1); \