Searched defs:_connection3 (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/base/ |
H A D | sigslot.h | 1912 class _connection3 : public _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy> class in namespace:sigslot 1915 _connection3() function in class:sigslot::_connection3 1921 _connection3(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, function in class:sigslot::_connection3 1928 virtual ~_connection3() 1934 return new _connection3<dest_type, arg1_type, arg2_type, arg3_type, mt_policy>(*this); 1939 return new _connection3<dest_type, arg1_type, arg2_type, arg3_type, mt_policy>((dest_type *)pnewdest, m_pmemfun); 2442 _connection3<desttype, arg1_type, arg2_type, arg3_type, mt_policy>* conn = 2443 new _connection3<desttype, arg1_type, arg2_type, arg3_type, mt_policy>(pclass,
|
/external/chromium_org/third_party/webrtc/base/ |
H A D | sigslot.h | 1912 class _connection3 : public _connection_base3<arg1_type, arg2_type, arg3_type, mt_policy> class in namespace:sigslot 1915 _connection3() function in class:sigslot::_connection3 1921 _connection3(dest_type* pobject, void (dest_type::*pmemfun)(arg1_type, function in class:sigslot::_connection3 1928 virtual ~_connection3() 1934 return new _connection3<dest_type, arg1_type, arg2_type, arg3_type, mt_policy>(*this); 1939 return new _connection3<dest_type, arg1_type, arg2_type, arg3_type, mt_policy>((dest_type *)pnewdest, m_pmemfun); 2442 _connection3<desttype, arg1_type, arg2_type, arg3_type, mt_policy>* conn = 2443 new _connection3<desttype, arg1_type, arg2_type, arg3_type, mt_policy>(pclass,
|
Completed in 445 milliseconds