Searched refs:rCreator (Results 1 – 2 of 2) sorted by relevance
1304 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() argument1341 m_pImpl( new PersistentPropertySet_Impl( rCreator, rKey ) ) in PersistentPropertySet()1344 rCreator.add( this ); in PersistentPropertySet()
207 PropertySetRegistry& rCreator,