Searched refs:_connection8 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/base/ |
D | sigslot.h | 2126 class _connection8 : public _connection_base8<arg1_type, arg2_type, 2130 _connection8() in _connection8() function 2136 _connection8(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection8() function 2144 virtual ~_connection8() in ~_connection8() 2151 return new _connection8<dest_type, arg1_type, arg2_type, arg3_type, arg4_type, in clone() 2158 return new _connection8<dest_type, arg1_type, arg2_type, arg3_type, arg4_type, in duplicate() 2756 _connection8<desttype, arg1_type, arg2_type, arg3_type, arg4_type, in connect() 2758 new _connection8<desttype, arg1_type, arg2_type, arg3_type, in connect()
|