Lines Matching refs:MethodCall
119 class MethodCall : public rtc::Message, public rtc::MessageHandler {
122 MethodCall(C* c, Method m, Args&&... args) in MethodCall() function
220 MethodCall<c##ProxyWithInternal, void> call( \
237 MethodCall<c##ProxyWithInternal, void> call( \
295 MethodCall<C, r> call(c_, &C::method); \
307 MethodCall<C, r, t1> call(c_, &C::method, std::move(a1)); \
319 MethodCall<C, r, t1, t2> call(c_, &C::method, std::move(a1), \
326 MethodCall<C, r, t1, t2, t3> call(c_, &C::method, std::move(a1), \
333 MethodCall<C, r, t1, t2, t3, t4> call(c_, &C::method, std::move(a1), \
341 MethodCall<C, r, t1, t2, t3, t4, t5> call(c_, &C::method, std::move(a1), \
350 MethodCall<C, r> call(c_, &C::method); \
362 MethodCall<C, r, t1> call(c_, &C::method, std::move(a1)); \
374 MethodCall<C, r, t1, t2> call(c_, &C::method, std::move(a1), \
388 MethodCall<C, r, t1, t2, t3> call(c_, &C::method, std::move(a1), \