Searched refs:m_TagList (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp869 m_TagList.clear();
885 return m_TagList.getValue( i, &s );
904 return m_TagList.getIndex( s, &i );
928 success = m_TagList.insert( m_TagAutoIndex++, s );
949 m_TagList.print();
999 m_TagList.setName("Tags");
1103 if ( m_TagList.getFirst( &index, &label ) ) {
1106 while (m_TagList.getNext( &index, &label ) ) {
H A Dgrxmldoc.h149 HashMap<int,std::string> m_TagList; // <item tag = ... member in class:GRXMLDoc

Completed in 2758 milliseconds