Searched refs:_connection4 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/base/ |
D | sigslot.h | 1913 class _connection4 : public _connection_base4<arg1_type, arg2_type, 1917 _connection4() in _connection4() function 1923 _connection4(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection4() function 1930 virtual ~_connection4() in ~_connection4() 1936 return new _connection4<dest_type, arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>(*this); in clone() 1941 …return new _connection4<dest_type, arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>((dest_ty… in duplicate() 2463 _connection4<desttype, arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>* in connect() 2464 conn = new _connection4<desttype, arg1_type, arg2_type, arg3_type, in connect()
|