Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx411 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in setFetchSize() local
412 for(;aCacheIter != aCacheEnd;++aCacheIter) in setFetchSize()
883 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in moveWindow() local
884 for(;aCacheIter != aCacheEnd;++aCacheIter) in moveWindow()
1315 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in cancelRowModification() local
1316 for(;aCacheIter != aCacheEnd;++aCacheIter) in cancelRowModification()
1451 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in rotateCacheIterator() local
1452 for(;aCacheIter != aCacheEnd;++aCacheIter) in rotateCacheIterator()
H A DRowSetBase.cxx266 ORowSetMatrix::iterator aCacheEnd; in impl_getValue() local
268 aCacheEnd = m_pCache->getEnd(); in impl_getValue()

Completed in 33 milliseconds