Home
last modified time | relevance | path

Searched refs:rCreator (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucb/source/core/
H A Ducbstore.cxx1304 PersistentPropertySet_Impl( PropertySetRegistry& rCreator, in PersistentPropertySet_Impl()
1306 : m_pCreator( &rCreator ), m_pInfo( NULL ), m_aKey( rKey ), in PersistentPropertySet_Impl()
1338 PropertySetRegistry& rCreator, in PersistentPropertySet() argument
1341 m_pImpl( new PersistentPropertySet_Impl( rCreator, rKey ) ) in PersistentPropertySet()
1344 rCreator.add( this ); in PersistentPropertySet()
H A Ducbstore.hxx207 PropertySetRegistry& rCreator,