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

  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 869 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 ) ) {
    [all...]
grxmldoc.h 149 HashMap<int,std::string> m_TagList; // <item tag = ...

Completed in 16 milliseconds