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"
19 typedef GCFactory<StringList, MCLD_SYMBOLS_PER_INPUT> StringListFactory;
23 // StringList
25 StringList::StringList() { function in class:mcld::StringList
28 StringList::~StringList() {
31 void StringList::push_back(StrToken* pToken) {
35 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
34 friend class Chunk<StringList, MCLD_SYMBOLS_PER_INPUT>;
35 StringList();
38 ~StringList();
57 static StringList* create();
58 static void destroy(StringList*& pStringList);

Completed in 491 milliseconds