Searched refs:pStringList (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/mclinker/lib/Script/ |
D | StringList.cpp | 47 void StringList::destroy(StringList*& pStringList) { in destroy() argument 48 g_StringListFactory->destroy(pStringList); in destroy() 49 g_StringListFactory->deallocate(pStringList); in destroy() 50 pStringList = NULL; in destroy()
|
D | ScriptFile.cpp | 107 void ScriptFile::addInputCmd(StringList& pStringList, in addInputCmd() argument 112 m_CommandQueue.push_back(new InputCmd(pStringList, in addInputCmd() 121 void ScriptFile::addGroupCmd(StringList& pStringList, in addGroupCmd() argument 125 pStringList, *m_pInputTree, m_Builder, pGroupReader, pConfig)); in addGroupCmd()
|
D | GroupCmd.cpp | 30 GroupCmd::GroupCmd(StringList& pStringList, in GroupCmd() argument 36 m_StringList(pStringList), in GroupCmd()
|
D | InputCmd.cpp | 37 InputCmd::InputCmd(StringList& pStringList, in InputCmd() argument 45 m_StringList(pStringList), in InputCmd()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | ScriptFile.h | 96 void addInputCmd(StringList& pStringList, 104 void addGroupCmd(StringList& pStringList,
|
D | GroupCmd.h | 28 GroupCmd(StringList& pStringList,
|
D | InputCmd.h | 30 InputCmd(StringList& pStringList,
|
D | StringList.h | 58 static void destroy(StringList*& pStringList);
|