Lines Matching refs:rOutput
176 XDataOutputStreamRef rOutput( TestObject , USR_QUERY ); in test() local
192 x->queryInterface( XDataOutputStream::getSmartUik() , rOutput ); in test()
205 testSimple( rInput , rOutput ); in test()
255 const XDataOutputStreamRef &rOutput ) in testSimple() argument
257 rOutput->writeLong( 0x34ff3c ); in testSimple()
258 rOutput->writeLong( 0x34ff3d ); in testSimple()
263 rOutput->writeByte( 0x87 ); in testSimple()
266 rOutput->writeBoolean( 25 ); in testSimple()
269 rOutput->writeBoolean( FALSE ); in testSimple()
272 rOutput->writeFloat( (float) 42.42 ); in testSimple()
275 rOutput->writeDouble( (double) 42.42 ); in testSimple()
278 rOutput->writeUTF( L"Live long and prosper !" ); in testSimple()
288 rOutput->writeUTF( str ); in testSimple()
291 rOutput->closeOutput(); in testSimple()
310 rOutput->writeByte( 1 ); in testSimple()
741 XObjectOutputStreamRef rOutput( TestObject , USR_QUERY ); in test() local
772 x->queryInterface( XObjectOutputStream::getSmartUik() , rOutput ); in test()
786 testObject( rOutput , rInput); in test()
789 rOutput->closeOutput(); in test()