Lines Matching refs:ref
574 XOutputStreamRef ref( ( XOutputStream * ) pw , USR_QUERY ); in testSimple() local
578 ERROR_ASSERT( ref.is() , "no output stream" ); in testSimple()
581 source->setOutputStream( ref ); in testSimple()
643 XOutputStreamRef ref( ( XOutputStream * ) pw , USR_QUERY ); in testExceptions() local
647 ERROR_ASSERT( ref.is() , "no output stream" ); in testExceptions()
650 source->setOutputStream( ref ); in testExceptions()
694 XOutputStreamRef ref( ( XOutputStream * ) pw , USR_QUERY ); in testDTD() local
698 ERROR_ASSERT( ref.is() , "no output stream" ); in testDTD()
701 source->setOutputStream( ref ); in testDTD()
723 XOutputStreamRef ref( ( XOutputStream * ) pw , USR_QUERY ); in testPerformance() local
727 ERROR_ASSERT( ref.is() , "no output stream" ); in testPerformance()
730 source->setOutputStream( ref ); in testPerformance()