Lines Matching refs:rInput

175 				XDataInputStreamRef rInput( TestObject , USR_QUERY );  in test()  local
186 x->queryInterface( XDataInputStream::getSmartUik() , rInput ); in test()
205 testSimple( rInput , rOutput ); in test()
254 void ODataStreamTest::testSimple( const XDataInputStreamRef &rInput, in testSimple() argument
260 ERROR_ASSERT( 0x34ff3c == rInput->readLong() , "long read/write mismatch" ); in testSimple()
261 ERROR_ASSERT( 0x34ff3d == rInput->readLong() , "long read/write mismatch" ); in testSimple()
264 ERROR_ASSERT( 0x87 == rInput->readByte() , "byte read/write mismatch" ); in testSimple()
267 ERROR_ASSERT( rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple()
270 ERROR_ASSERT( ! rInput->readBoolean() , "boolean read/write mismatch" ); in testSimple()
273 ERROR_ASSERT( rInput->readFloat() == ((float)42.42) , "float read/write mismatch" ); in testSimple()
276 ERROR_ASSERT( rInput->readDouble() == 42.42 , "double read/write mismatch" ); in testSimple()
279 ERROR_ASSERT( rInput->readUTF() == L"Live long and prosper !" , in testSimple()
289 ERROR_ASSERT( rInput->readUTF() == str , "error reading 64k block" ); in testSimple()
293 rInput->readLong(); in testSimple()
304 ERROR_ASSERT( ! rInput->readBytes( Sequence<BYTE> (1) , 1 ), in testSimple()
307 rInput->closeInput(); in testSimple()
740 XObjectInputStreamRef rInput( TestObject , USR_QUERY ); in test() local
767 x->queryInterface( XObjectInputStream::getSmartUik() , rInput ); in test()
786 testObject( rOutput , rInput); in test()
788 rInput->closeInput(); in test()