Searched refs:_connection2 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/base/ |
D | sigslot.h | 1820 class _connection2 : public _connection_base2<arg1_type, arg2_type, mt_policy> 1823 _connection2() in _connection2() function 1829 _connection2(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, in _connection2() function 1836 virtual ~_connection2() in ~_connection2() 1842 return new _connection2<dest_type, arg1_type, arg2_type, mt_policy>(*this); in clone() 1847 …return new _connection2<dest_type, arg1_type, arg2_type, mt_policy>((dest_type *)pnewdest, m_pmemf… in duplicate() 2331 _connection2<desttype, arg1_type, arg2_type, mt_policy>* conn = new in connect() 2332 _connection2<desttype, arg1_type, arg2_type, mt_policy>(pclass, pmemfun); in connect()
|
/external/webrtc/tools/valgrind-webrtc/drmemory/ |
D | suppressions.txt | 115 *!sigslot::_connection2<>::emit 118 *!sigslot::_connection2<>::emit
|