Searched refs:m_pOperand (Results 1 – 2 of 2) sorted by relevance
171 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) ; in GetCompare()181 pKey = GetFirstKey(m_aRoot,*m_pOperand); in GetCompare()184 pKey = GetFirstKey(m_aRoot,*m_pOperand); in GetCompare()186 … while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) ; in GetCompare()194 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) in GetCompare()200 if ( ( ( pKey = GetNextKey() ) == NULL ) || !m_pOperator->operate(pKey,m_pOperand)) in GetCompare()231 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) in GetLike()
42 const file::OOperand* m_pOperand; member in connectivity::dbase::OIndexIterator66 ,m_pOperand(pOper) in OIndexIterator()
Completed in 10 milliseconds