Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:m_RootRule

132     if (findSubGraph( m_RootRule, p_SubGraph )) {
364 m_RootRule = GETATTR("root"); // The root rule name
366 DEBUG_PRINT("Root rule = " + m_RootRule);
1136 if ( !findSubGraph( m_RootRule, p_SubGraph ) ) {
1137 FATAL_ERROR ("ERROR: writeGraphFiles - no root rule "+ m_RootRule + " defined. No file created", -1 );