Home
last modified time | relevance | path

Searched refs:_connection1 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dsigslot.h1775 class _connection1 : public _connection_base1<arg1_type, mt_policy>
1778 _connection1() in _connection1() function
1784 _connection1(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type)) in _connection1() function
1790 virtual ~_connection1() in ~_connection1()
1796 return new _connection1<dest_type, arg1_type, mt_policy>(*this); in clone()
1801 return new _connection1<dest_type, arg1_type, mt_policy>((dest_type *)pnewdest, m_pmemfun); in duplicate()
2266 _connection1<desttype, arg1_type, mt_policy>* conn = in connect()
2267 new _connection1<desttype, arg1_type, mt_policy>(pclass, pmemfun); in connect()