Lines Matching refs:OStreamPipe
216 OPipe::TPipeError OPipe::accept(OStreamPipe& Connection) in accept()
269 VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OStreamPipe, vos),
270 VOS_NAMESPACE(OStreamPipe, vos),
278 OStreamPipe::OStreamPipe() in OStreamPipe() function in OStreamPipe
285 OStreamPipe::OStreamPipe(oslPipe Pipe) : in OStreamPipe() function in OStreamPipe
294 OStreamPipe::OStreamPipe(const OStreamPipe& pipe) : in OStreamPipe() function in OStreamPipe
307 OStreamPipe::~OStreamPipe() in ~OStreamPipe()
314 OStreamPipe& OStreamPipe::operator=(oslPipe Pipe) in operator =()
336 OStreamPipe& OStreamPipe::operator= (const OPipe& pipe) in operator =()
345 sal_Int32 OStreamPipe::read(void* pBuffer, sal_uInt32 n) const in read()
376 sal_Int32 OStreamPipe::write(const void* pBuffer, sal_uInt32 n) in write()
405 sal_Bool OStreamPipe::isEof() const in isEof()