Searched refs:_pRowSet (Results 1 – 4 of 4) sorted by relevance
53 …CacheIterator(const ORowSetCacheMap::iterator& _rIter,ORowSetCache* _pCache,ORowSetBase* _pRowSet) in ORowSetCacheIterator() argument56 ,m_pRowSet(_pRowSet) in ORowSetCacheIterator()
1421 ORowSetCacheIterator ORowSetCache::createIterator(ORowSetBase* _pRowSet) in createIterator() argument1426 aHelper.pRowSet = _pRowSet; in createIterator()1427 …eIterators.begin(),ORowSetCacheMap::value_type(m_aCacheIterators.size()+1,aHelper)),this,_pRowSet); in createIterator()1430 void ORowSetCache::deleteIterator(const ORowSetBase* _pRowSet) in deleteIterator() argument1435 if ( aCacheIter->second.pRowSet == _pRowSet ) in deleteIterator()
208 ORowSetCacheIterator createIterator(ORowSetBase* _pRowSet);209 void deleteIterator(const ORowSetBase* _pRowSet);
1494 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet ) in DBG_NAME()1495 :m_pRowSet( _pRowSet ) in DBG_NAME()1515 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet,const ORowSetValueVector::Vector& i_aRow ) in ORowSetNotifier() argument1517 ,m_pRowSet( _pRowSet ) in ORowSetNotifier()
Completed in 80 milliseconds