Searched refs:ScopedCharArray (Results 1 – 1 of 1) sorted by relevance
1424 class ScopedCharArray class1427 inline explicit ScopedCharArray(char * pArray): m_pArray(pArray) {} in ScopedCharArray() function in ScopedCharArray1429 inline ~ScopedCharArray() { delete[] m_pArray; } in ~ScopedCharArray()
Completed in 24 milliseconds