Searched refs:_connection3 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/base/ |
D | sigslot.h | 1866 class _connection3 : public _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy> 1869 _connection3() in _connection3() function 1875 _connection3(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection3() function 1882 virtual ~_connection3() in ~_connection3() 1888 return new _connection3<dest_type, arg1_type, arg2_type, arg3_type, mt_policy>(*this); in clone() 1893 …return new _connection3<dest_type, arg1_type, arg2_type, arg3_type, mt_policy>((dest_type *)pnewde… in duplicate() 2396 _connection3<desttype, arg1_type, arg2_type, arg3_type, mt_policy>* conn = in connect() 2397 new _connection3<desttype, arg1_type, arg2_type, arg3_type, mt_policy>(pclass, in connect()
|