Searched refs:OStreamPipe (Results 1 – 4 of 4) sorted by relevance
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 OStreamPipe285 OStreamPipe::OStreamPipe(oslPipe Pipe) : in OStreamPipe() function in OStreamPipe294 OStreamPipe::OStreamPipe(const OStreamPipe& pipe) : in OStreamPipe() function in OStreamPipe307 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()[all …]
43 class OStreamPipe;158 TPipeError SAL_CALL accept(OStreamPipe& Connection);190 class OStreamPipe : public vos::OPipe, class193 VOS_DECLARE_CLASSINFO(vos::OStreamPipe);200 OStreamPipe();205 OStreamPipe(oslPipe Pipe);210 OStreamPipe(const OStreamPipe& Pipe);214 virtual ~OStreamPipe();221 OStreamPipe& SAL_CALL operator=(oslPipe Pipe);225 OStreamPipe& SAL_CALL operator=(const OPipe& pipe);
76 vos::OStreamPipe maStreamPipe;
672 if( nError == OStreamPipe::E_None ) in run()
Completed in 30 milliseconds