Searched refs:pStringList (Results 1 – 6 of 6) sorted by relevance
50 void StringList::destroy(StringList*& pStringList) in destroy() argument52 g_StringListFactory->destroy(pStringList); in destroy()53 g_StringListFactory->deallocate(pStringList); in destroy()54 pStringList = NULL; in destroy()
28 GroupCmd::GroupCmd(StringList& pStringList, in GroupCmd() argument34 m_StringList(pStringList), in GroupCmd()
111 void ScriptFile::addGroupCmd(StringList& pStringList, in addGroupCmd() argument116 new GroupCmd(pStringList, *m_pInputTree, m_Builder, pGroupReader, pConfig)); in addGroupCmd()
30 GroupCmd(StringList& pStringList,
59 static void destroy(StringList*& pStringList);
94 void addGroupCmd(StringList& pStringList,