Searched refs:m_pIndex (Results 1 – 2 of 2) sorted by relevance
154 , m_pIndex(NULL) in CFX_BaseSegmentedArray()184 if (m_pIndex == NULL) { in RemoveAll()187 _ClearIndex(m_pAllocator, m_IndexDepth, m_IndexSize, (void**)m_pIndex); in RemoveAll()188 m_pIndex = NULL; in RemoveAll()201 if (m_pIndex == NULL) { in Add()202 m_pIndex = pSegment; in Add()213 pIndex[0] = m_pIndex; in Add()215 m_pIndex = pIndex; in Add()239 pIndex[0] = m_pIndex; in Add()240 m_pIndex = pIndex; in Add()[all …]
740 void* m_pIndex; variable