Home
last modified time | relevance | path

Searched refs:m_ref (Results 1 – 9 of 9) sorted by relevance

/trunk/main/extensions/test/stm/
H A Ddatatest.cxx442 XPersistObjectRef m_ref; member in MyPersistObject
485 m_ref = *pRef; in setPropertyValue()
488 m_ref = 0; in setPropertyValue()
493 m_ref = 0; in setPropertyValue()
527 aValue.set( &m_ref , XPersistObject_getReflection() ); in getPropertyValue()
598 rOut->writeObject( m_ref ); in write()
612 m_ref = rIn->readObject(); in read()
/trunk/main/io/test/stm/
H A Ddatatest.cxx466 Reference< XPersistObject > m_ref; member in MyPersistObject
511 aValue >>= m_ref; in setPropertyValue()
515 m_ref = 0; in setPropertyValue()
550 aValue <<= m_ref; in getPropertyValue()
614 rOut->writeObject( m_ref ); in write()
628 m_ref = rIn->readObject(); in read()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx200 if (1 == osl_incrementInterlockedCount( &m_ref )) in acquire()
219 if (! osl_decrementInterlockedCount( &m_ref )) in release()
231 : m_ref( 1 ), in Bridge()
H A Dcli_proxy.cxx662 m_ref(1), in CliProxy()
918 if (1 == osl_incrementInterlockedCount( &m_ref )) in acquire()
935 if (0 == osl_decrementInterlockedCount( &m_ref )) in release()
H A Dcli_bridge.h64 mutable oslInterlockedCount m_ref; member
H A Dcli_proxy.h177 mutable oslInterlockedCount m_ref;
/trunk/main/bridges/source/jni_uno/
H A Djni_bridge.cxx216 if (1 == osl_incrementInterlockedCount( &m_ref )) in acquire()
238 if (! osl_decrementInterlockedCount( &m_ref )) in release()
251 : m_ref( 1 ), in Bridge()
H A Djni_uno2java.cxx422 mutable oslInterlockedCount m_ref; member
446 : m_ref( 1 ), in UNO_proxy()
477 if (1 == osl_incrementInterlockedCount( &m_ref )) in acquire()
495 if (0 == osl_decrementInterlockedCount( &m_ref )) in release()
H A Djni_bridge.h53 mutable oslInterlockedCount m_ref; member

Completed in 64 milliseconds