Lines Matching refs:GetNextKey
82 ONDXKey* pKey = GetNextKey(); in Find()
171 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) ; in GetCompare()
174 while ( ( ( pKey = GetNextKey() ) != NULL ) && pKey->getValue().isNull()) ; in GetCompare()
177 while ( ( pKey = GetNextKey() ) != NULL ) ; 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()
208 pKey = GetNextKey(); in GetCompare()
231 while ( ( ( pKey = GetNextKey() ) != NULL ) && !m_pOperator->operate(pKey,m_pOperand)) in GetLike()
251 if ( ( ( pKey = GetNextKey() ) == NULL ) || !pKey->getValue().isNull()) in GetNull()
274 pKey = GetNextKey(); in GetNotNull()
280 ONDXKey* OIndexIterator::GetNextKey() in GetNextKey() function in OIndexIterator