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

/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp835 bool success = m_SubgraphList.insert( ruleName, p_SubGraph );
859 if (m_SubgraphList.getValue( ruleName, &p_SubGraph ) ) {
866 m_SubgraphList.clear();
875 return m_SubgraphList.getValue(s, &p_SubGraph);
895 return m_SubgraphList.getIndex( p_SubGraph, &s );
947 m_SubgraphList.print();
997 m_SubgraphList.setName("Subgraphs");
H A Dgrxmldoc.h148 HashMap<std::string,SubGraph*> m_SubgraphList; member in class:GRXMLDoc

Completed in 34 milliseconds