Home
last modified time | relevance | path

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

/AOO41X/main/sal/inc/osl/
H A Dsocket.hxx240 inline sal_Bool Socket::operator==( const Socket& rSocket ) const in operator ==()
242 return m_handle == rSocket.getHandle(); in operator ==()
H A Dsocket_decl.hxx211 inline sal_Bool SAL_CALL operator==( const Socket& rSocket ) const ;
/AOO41X/main/vos/inc/vos/
H A Dsocket.hxx497 sal_Bool SAL_CALL operator==( const OSocket& rSocket ) in operator ==() argument
499 return m_pSockRef == rSocket.m_pSockRef; in operator ==()