Searched defs:StringList (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DStringList.cpp1 //===- StringList.cpp ----------------------------------------------------===//
9 #include <mcld/Script/StringList.h>
17 typedef GCFactory<StringList, MCLD_SYMBOLS_PER_INPUT> StringListFactory;
21 // StringList
23 StringList::StringList() function in class:StringList
27 StringList::~StringList()
31 void StringList::push_back(StrToken* pToken)
36 void StringList
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DStringList.h1 //===- StringList.h -------------------------------------------------------===//
21 /** \class StringList
22 * \brief This class defines the interfaces to StringList.
25 class StringList class in namespace:mcld
35 friend class Chunk<StringList, MCLD_SYMBOLS_PER_INPUT>;
36 StringList();
39 ~StringList();
58 static StringList* create();
59 static void destroy(StringList*& pStringList);

Completed in 5750 milliseconds