Lines Matching refs:m_aCurLeaf
67 m_aCurLeaf = NULL; in Find()
79 m_aCurLeaf = pPage; in Find()
138 m_aCurLeaf = pPage; in GetFirstKey()
163 m_aCurLeaf = pPage; in GetCompare()
203 m_aCurLeaf = NULL; in GetCompare()
226 m_aCurLeaf = pPage; in GetLike()
246 m_aCurLeaf = pPage; in GetNull()
254 m_aCurLeaf = NULL; in GetNull()
271 pKey = m_aCurLeaf.Is() ? &(*m_aCurLeaf)[m_nCurNode].GetKey() : NULL; in GetNotNull()
283 if (m_aCurLeaf.Is() && ((++m_nCurNode) >= m_aCurLeaf->Count())) in GetNextKey()
285 ONDXPage* pPage = m_aCurLeaf; in GetNextKey()
306 m_aCurLeaf = pPage; in GetNextKey()
309 return m_aCurLeaf.Is() ? &(*m_aCurLeaf)[m_nCurNode].GetKey() : NULL; in GetNextKey()