HomeSort by relevance Sort by last modified time
    Searched refs:MethodCall0 (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/
peerconnectionfactory.cc 85 MethodCall0<PeerConnectionFactory, bool> call(
113 MethodCall0<PeerConnectionFactory, bool> call(
proxy.h 135 class MethodCall0 : public rtc::Message,
139 MethodCall0(C* c, Method m) : c_(c), m_(m) {}
321 MethodCall0<c##Proxy, void> call(this, &c##Proxy::Release_s); \
332 MethodCall0<C, r> call(c_.get(), &C::method); \

Completed in 39 milliseconds