Home
last modified time | relevance | path

Searched refs:m_pIndex (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_array.cpp145 m_pIndex(NULL) {} in CFX_BaseSegmentedArray()
169 if (!m_pIndex) { in RemoveAll()
172 _ClearIndex(m_IndexDepth, m_IndexSize, (void**)m_pIndex); in RemoveAll()
173 m_pIndex = NULL; in RemoveAll()
182 if (!m_pIndex) { in Add()
183 m_pIndex = pSegment; in Add()
189 pIndex[0] = m_pIndex; in Add()
191 m_pIndex = pIndex; in Add()
210 pIndex[0] = m_pIndex; in Add()
211 m_pIndex = pIndex; in Add()
[all …]
/external/pdfium/core/include/fxcrt/
Dfx_basic.h589 void* m_pIndex; variable