Searched refs:m_pMatrix (Results 1 – 4 of 4) sorted by relevance
96 ,m_pMatrix(NULL) in DBG_NAME()370 if(m_pMatrix) in ~ORowSetCache()372 m_pMatrix->clear(); in ~ORowSetCache()373 delete m_pMatrix; in ~ORowSetCache()395 if(!m_pMatrix) in setFetchSize()424 m_pMatrix->resize(_nSize); in setFetchSize()877 ::std::rotate(m_pMatrix->begin(),aEnd,m_pMatrix->end()); in moveWindow()998 ::std::rotate(m_pMatrix->begin(),aIter,m_pMatrix->end()); in moveWindow()1017 ::std::rotate(m_pMatrix->begin(),aIter,m_pMatrix->end()); in moveWindow()1036 aIter = m_pMatrix->begin(); in moveWindow()[all …]
76 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator *()92 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator ->()138 m_aIter->second.aIterator == m_pCache->m_pMatrix->end() in isNull()
127 ORowSetMatrix* m_pMatrix; // represent the table struct member in dbaccess::ORowSetCache
1041 icFloatNumber *data = m_pMatrix;
Completed in 54 milliseconds