Searched refs:m_excNames (Results 1 – 1 of 1) sorted by relevance
551 OString* m_excNames; member in MethodEntry577 , m_excNames(NULL) in MethodEntry()586 if (m_excNames) in ~MethodEntry()587 delete[] m_excNames; in ~MethodEntry()611 m_excNames[excIndex] = name; in setExcName()653 newExcNames[i] = m_excNames[i]; in reallocExcs()656 delete[] m_excNames; in reallocExcs()659 m_excNames = newExcNames; in reallocExcs()1033 if (m_methods[i].m_excNames[j].getLength()) in createBlop()1036 pInfo->m_value.aUtf8 = m_methods[i].m_excNames[j].getStr(); in createBlop()
Completed in 17 milliseconds