Searched refs:m_pArray (Results 1 – 1 of 1) sorted by relevance
1427 inline explicit ScopedCharArray(char * pArray): m_pArray(pArray) {} in ScopedCharArray()1429 inline ~ScopedCharArray() { delete[] m_pArray; } in ~ScopedCharArray()1431 inline char * get() const { return m_pArray; } in get()1434 char * m_pArray; member in ScopedCharArray
Completed in 27 milliseconds