Home | History | Annotate | Download | only in Tools

Lines Matching defs:m_Data

27 	CPVRTMap() : m_Keys(), m_Data(), m_uiSize(0)
43 return PVRT_MAX(m_Keys.SetCapacity(uiSize),m_Data.SetCapacity(uiSize));
93 return &(m_Data[uiIndex]);
112 return m_Data[uiIndex];
123 m_Data.Append(sNewData);
129 return m_Data[m_Keys.GetSize()-1];
159 m_Data[uiIndex]=m_Data[m_uiSize-1];
173 m_Data.Clear();
190 CPVRTArray<KeyType> m_Keys; /*!< Array of all the keys. Indices match m_Data. */
192 CPVRTArray<DataType> m_Data; /*!< Array of pointers to all the allocated data. */