HomeSort by relevance Sort by last modified time
    Searched refs:m_pStringList (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 134 const StringList* getCurrentStringList() const { return m_pStringList; }
135 StringList* getCurrentStringList() { return m_pStringList; }
155 StringList* m_pStringList;
  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 57 m_pStringList(NULL),
230 m_pStringList = StringList::create();
231 return m_pStringList;

Completed in 74 milliseconds