Lines Matching refs:Socket
167 class Socket class
177 inline Socket(oslSocketType Type,
181 inline Socket( );
183 inline Socket( const Socket & socket );
185 inline Socket( oslSocket socketHandle );
191 inline Socket( oslSocket socketHandle, __sal_NoAcquire noacquire );
195 inline ~Socket();
200 inline Socket& SAL_CALL operator= ( oslSocket socketHandle);
205 inline Socket& SAL_CALL operator= (const Socket& sock);
211 inline sal_Bool SAL_CALL operator==( const Socket& rSocket ) const ;
503 class StreamSocket : public Socket
518 inline StreamSocket( oslSocket Socket , __sal_NoAcquire noacquire );
520 inline StreamSocket( oslSocket Socket );
612 class AcceptorSocket : public Socket
653 class DatagramSocket : public Socket