Searched refs:_connection5 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/base/ |
D | sigslot.h | 1963 class _connection5 : public _connection_base5<arg1_type, arg2_type, 1967 _connection5() in _connection5() function 1973 _connection5(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection5() function 1980 virtual ~_connection5() in ~_connection5() 1987 return new _connection5<dest_type, arg1_type, arg2_type, arg3_type, arg4_type, in clone() 1994 return new _connection5<dest_type, arg1_type, arg2_type, arg3_type, arg4_type, in duplicate() 2533 _connection5<desttype, arg1_type, arg2_type, arg3_type, arg4_type, in connect() 2534 arg5_type, mt_policy>* conn = new _connection5<desttype, arg1_type, arg2_type, in connect()
|