Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:success

835     bool success = m_SubgraphList.insert( ruleName, p_SubGraph );
836 if (!success) {
845 return success;
924 bool success = true;
928 success = m_TagList.insert( m_TagAutoIndex++, s );
929 return success;