Searched defs:pStringList (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DStringList.cpp50 void StringList::destroy(StringList*& pStringList) argument
52 g_StringListFactory->destroy(pStringList);
53 g_StringListFactory->deallocate(pStringList);
54 pStringList = NULL;
H A DGroupCmd.cpp28 GroupCmd::GroupCmd(StringList& pStringList, argument
34 m_StringList(pStringList),
H A DScriptFile.cpp111 void ScriptFile::addGroupCmd(StringList& pStringList, argument
116 new GroupCmd(pStringList, *m_pInputTree, m_Builder, pGroupReader, pConfig));

Completed in 1626 milliseconds