Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dproxy.h96 class MethodCall0 : public talk_base::Message,
100 MethodCall0(C* c, Method m) : c_(c), m_(m) {} in MethodCall0() function
231 MethodCall0<c##Proxy, void> call(this, &c##Proxy::Release_s);\
242 MethodCall0<C, r> call(c_.get(), &C::method);\