Lines Matching refs:persistRef
890 XPersistObjectRef persistRef( x , USR_QUERY ); in testObject() local
891 ERROR_ASSERT( persistRef.is() , "couldn't instantiate PersistTest object" ); in testObject()
893 rOut->writeObject( persistRef ); in testObject()
914 XPersistObjectRef persistRef( x , USR_QUERY ); in testObject() local
916 ERROR_ASSERT( persistRef.is() , "couldn't instantiate PersistTest object" ); in testObject()
918 XPropertySetRef rProp( persistRef , USR_QUERY ); in testObject()
943 any.set( &persistRef, XPersistObject_getReflection() ); // try a self reference in testObject()
947 rOut->writeObject( persistRef ); in testObject()
968 XPersistObjectRef persistRef( x , USR_QUERY ); in testObject() local
970 XPropertySetRef rProp( persistRef , USR_QUERY ); in testObject()
1009 rOut->writeObject( persistRef ); in testObject()
1024 XPropertySetRef rProp1( persistRef , USR_QUERY ); in testObject()