Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dproxy.h155 class ConstMethodCall0 : public rtc::Message,
159 ConstMethodCall0(C* c, Method m) : c_(c), m_(m) {} in ConstMethodCall0() function
338 ConstMethodCall0<C, r> call(c_.get(), &C::method); \