Home
last modified time | relevance | path

Searched refs:m_RootRule (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp132 if (findSubGraph( m_RootRule, p_SubGraph )) { in parseGrammar()
364 m_RootRule = GETATTR("root"); // The root rule name in beginParseGrammarNode()
366 DEBUG_PRINT("Root rule = " + m_RootRule); in beginParseGrammarNode()
1136 if ( !findSubGraph( m_RootRule, p_SubGraph ) ) { in writeGraphFiles()
1137 …FATAL_ERROR ("ERROR: writeGraphFiles - no root rule "+ m_RootRule + " defined. No file created", -… in writeGraphFiles()
Dgrxmldoc.h135 std::string m_RootRule; variable